Class ProjectionConfig
java.lang.Object
software.amazon.smithy.build.model.ProjectionConfig
- All Implemented Interfaces:
ToSmithyBuilder<ProjectionConfig>
ProjectionConfig stored in a
SmithyBuildConfig.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectionConfig.Builderbuilder()static ProjectionConfigGets the imports configured for the projection.booleanTake 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:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin 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.
-