Uses of Package
com.bazaarvoice.jolt.modifier
-
Packages that use com.bazaarvoice.jolt.modifier Package Description com.bazaarvoice.jolt com.bazaarvoice.jolt.modifier com.bazaarvoice.jolt.modifier.spec -
Classes in com.bazaarvoice.jolt.modifier used by com.bazaarvoice.jolt Class Description OpMode OpMode differentiates different flavors of Templatr Templatr can fill in leaf values as required in spec from a specified context, self or a hardcoded default value. -
Classes in com.bazaarvoice.jolt.modifier used by com.bazaarvoice.jolt.modifier Class Description DataType From the spec we need to guess the DataType of the incoming input This is useful for, a) in cases where the spec suggested a list but input was map and vice versa, where we can just skip processing instead of throwing random array/map errors b) in case where the input is actually null and we need to create appropriate data structure and then apply spec logic Note: By design jolt does not stop processing on bad input dataDataType.MAP MAP type classDataType.RUNTIME Runtime typeOpMode OpMode differentiates different flavors of Templatr Templatr can fill in leaf values as required in spec from a specified context, self or a hardcoded default value. -
Classes in com.bazaarvoice.jolt.modifier used by com.bazaarvoice.jolt.modifier.spec Class Description DataType From the spec we need to guess the DataType of the incoming input This is useful for, a) in cases where the spec suggested a list but input was map and vice versa, where we can just skip processing instead of throwing random array/map errors b) in case where the input is actually null and we need to create appropriate data structure and then apply spec logic Note: By design jolt does not stop processing on bad input dataOpMode OpMode differentiates different flavors of Templatr Templatr can fill in leaf values as required in spec from a specified context, self or a hardcoded default value.TemplatrSpecBuilder