Class TypeUtils
- java.lang.Object
-
- software.amazon.awssdk.codegen.internal.TypeUtils
-
public class TypeUtils extends Object
Used to determine the Java types for the service model.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypeUtils.TypeKey
-
Constructor Summary
Constructors Constructor Description TypeUtils(NamingStrategy namingStrategy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetDataTypeMapping(String type)StringgetJavaDataType(Map<String,Shape> shapes, String shapeName)Returns the Java type of the specified shape with potential customization (such as auto-construct list or map).static StringgetMarshallingType(String simpleType)static booleanisSimple(String type)
-
-
-
Constructor Detail
-
TypeUtils
public TypeUtils(NamingStrategy namingStrategy)
-
-
Method Detail
-
isSimple
public static boolean isSimple(String type)
-
-