Class DataType.MAP
java.lang.Object
com.bazaarvoice.jolt.modifier.DataType
com.bazaarvoice.jolt.modifier.DataType.MAP
- Enclosing class:
DataType
MAP type class
-
Nested Class Summary
Nested classes/interfaces inherited from class DataType
DataType.LIST, DataType.MAP, DataType.RUNTIME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectMAP and LIST types overrides this method to return appropriate new map or listbooleanisCompatible(Object input) Determines if an input is compatible with current DataTypeMethods inherited from class DataType
create, determineDataType, expand
-
Constructor Details
-
MAP
public MAP()
-
-
Method Details
-
createValue
Description copied from class:DataTypeMAP and LIST types overrides this method to return appropriate new map or list- Specified by:
createValuein classDataType
-
isCompatible
Description copied from class:DataTypeDetermines if an input is compatible with current DataType- Specified by:
isCompatiblein classDataType
-