Class TypeUtils.TypeKey
- java.lang.Object
-
- software.amazon.awssdk.codegen.internal.TypeUtils.TypeKey
-
-
Field Summary
Fields Modifier and Type Field Description static StringLIST_DEFAULT_IMPLstatic StringLIST_INTERFACEstatic StringMAP_DEFAULT_IMPLstatic StringMAP_INTERFACE
-
Constructor Summary
Constructors Constructor Description TypeKey()
-
-
-
Field Detail
-
LIST_INTERFACE
public static final String LIST_INTERFACE
- See Also:
- Constant Field Values
-
LIST_DEFAULT_IMPL
public static final String LIST_DEFAULT_IMPL
- See Also:
- Constant Field Values
-
MAP_INTERFACE
public static final String MAP_INTERFACE
- See Also:
- Constant Field Values
-
MAP_DEFAULT_IMPL
public static final String MAP_DEFAULT_IMPL
- See Also:
- Constant Field Values
-
-