public class TypeUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeUtils.TypeKey |
| Constructor and Description |
|---|
TypeUtils(NamingStrategy namingStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDataTypeMapping(String type) |
String |
getJavaDataType(Map<String,Shape> shapes,
String shapeName)
Returns the default Java type of the specified shape.
|
String |
getJavaDataType(Map<String,Shape> shapes,
String shapeName,
CustomizationConfig customConfig)
Returns the Java type of the specified shape with potential customization (such as
auto-construct list or map).
|
static String |
getMarshallingType(String simpleType) |
static boolean |
isSimple(String type) |
Copyright © 2023. All rights reserved.