Package com.bazaarvoice.jolt.modifier
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 com.bazaarvoice.jolt.modifier.DataType
DataType.LIST, DataType.MAP, DataType.RUNTIME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
MAP and LIST types overrides this method to return appropriate new map or listboolean
isCompatible
(Object input) Determines if an input is compatible with current DataTypeMethods inherited from class com.bazaarvoice.jolt.modifier.DataType
create, determineDataType, expand
-
Constructor Details
-
RUNTIME
public RUNTIME()
-
-
Method Details
-
isCompatible
Description copied from class:DataType
Determines if an input is compatible with current DataType- Specified by:
isCompatible
in classDataType
-
createValue
Description copied from class:DataType
MAP and LIST types overrides this method to return appropriate new map or list- Specified by:
createValue
in classDataType
-