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 class
DataType.LIST
List type that records maxIndex from spec, and uses that to expand a source (list) properlystatic class
DataType.MAP
MAP type classstatic class
DataType.RUNTIME
Runtime typeMethods in com.bazaarvoice.jolt.modifier that return DataType Modifier and Type Method Description static DataType
DataType. 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 DataType
ModifierCompositeSpec. specDataType
-