Class ProjectionConfig
java.lang.Object
software.amazon.smithy.build.model.ProjectionConfig
- All Implemented Interfaces:
ToSmithyBuilder<ProjectionConfig>
ProjectionConfig stored in a
SmithyBuildConfig
.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectionConfig.Builder
builder()
static ProjectionConfig
Gets the imports configured for the projection.boolean
Take this object and create a builder that contains all of the current property values of this object.
-
Method Details
-
builder
-
toBuilder
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<ProjectionConfig>
- Returns:
- a builder for type T
-
fromNode
-
getTransforms
- Returns:
- Gets the immutable transforms in the projection.
-
getPlugins
- Returns:
- Gets the immutable plugins of the projection.
-
isAbstract
public boolean isAbstract()- Returns:
- Returns true if the projection is abstract.
-
getImports
Gets the imports configured for the projection.- Returns:
- Returns the projection-specific imports.
-