Package com.bazaarvoice.jolt.modifier
Class DataType.MAP
- java.lang.Object
-
- com.bazaarvoice.jolt.modifier.DataType
-
- com.bazaarvoice.jolt.modifier.DataType.MAP
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.bazaarvoice.jolt.modifier.DataType
DataType.LIST, DataType.MAP, DataType.RUNTIME
-
-
Constructor Summary
Constructors Constructor Description MAP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
createValue()
MAP and LIST types overrides this method to return appropriate new map or listboolean
isCompatible(java.lang.Object input)
Determines if an input is compatible with current DataType-
Methods inherited from class com.bazaarvoice.jolt.modifier.DataType
create, determineDataType, expand
-
-
-
-
Method Detail
-
createValue
protected java.lang.Object 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
-
isCompatible
public boolean isCompatible(java.lang.Object input)
Description copied from class:DataType
Determines if an input is compatible with current DataType- Specified by:
isCompatible
in classDataType
-
-