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.ObjectcreateValue()MAP and LIST types overrides this method to return appropriate new map or listbooleanisCompatible(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:DataTypeMAP and LIST types overrides this method to return appropriate new map or list- Specified by:
createValuein classDataType
-
isCompatible
public boolean isCompatible(java.lang.Object input)
Description copied from class:DataTypeDetermines if an input is compatible with current DataType- Specified by:
isCompatiblein classDataType
-
-