Class DataType.RUNTIME
java.lang.Object
com.bazaarvoice.jolt.modifier.DataType
com.bazaarvoice.jolt.modifier.DataType.RUNTIME
- Enclosing class:
DataType
Runtime type
-
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
-
RUNTIME
public RUNTIME()
-
-
Method Details
-
isCompatible
Description copied from class:DataTypeDetermines if an input is compatible with current DataType- Specified by:
isCompatiblein classDataType
-
createValue
Description copied from class:DataTypeMAP and LIST types overrides this method to return appropriate new map or list- Specified by:
createValuein classDataType
-