Class TransformConfig
- java.lang.Object
-
- software.amazon.smithy.build.model.TransformConfig
-
public final class TransformConfig extends java.lang.Object
Transform configuration found in a projection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TransformConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransformConfig.Builder
builder()
static TransformConfig
fromNode(Node node)
ObjectNode
getArgs()
java.lang.String
getName()
-
-
-
Method Detail
-
fromNode
public static TransformConfig fromNode(Node node)
-
builder
public static TransformConfig.Builder builder()
-
getName
public java.lang.String getName()
- Returns:
- The name of the projection.
-
getArgs
public ObjectNode getArgs()
- Returns:
- Gets the args.
-
-