Uses of Class
com.bazaarvoice.jolt.modifier.DataType
-
Packages that use DataType Package Description com.bazaarvoice.jolt.modifier com.bazaarvoice.jolt.modifier.spec -
-
Uses of DataType in com.bazaarvoice.jolt.modifier
Subclasses of DataType in com.bazaarvoice.jolt.modifier Modifier and Type Class Description static classDataType.LISTList type that records maxIndex from spec, and uses that to expand a source (list) properlystatic classDataType.MAPMAP type classstatic classDataType.RUNTIMERuntime typeMethods in com.bazaarvoice.jolt.modifier that return DataType Modifier and Type Method Description static DataTypeDataType. determineDataType(int confirmedArrayAtIndex, int confirmedMapAtIndex, int maxExplicitIndex) -
Uses of DataType in com.bazaarvoice.jolt.modifier.spec
Fields in com.bazaarvoice.jolt.modifier.spec declared as DataType Modifier and Type Field Description private DataTypeModifierCompositeSpec. specDataType
-