Uses of Class
com.bazaarvoice.jolt.chainr.spec.ChainrEntry
-
Packages that use ChainrEntry Package Description com.bazaarvoice.jolt.chainr.instantiator com.bazaarvoice.jolt.chainr.spec -
-
Uses of ChainrEntry in com.bazaarvoice.jolt.chainr.instantiator
Methods in com.bazaarvoice.jolt.chainr.instantiator with parameters of type ChainrEntry Modifier and Type Method Description JoltTransform
ChainrInstantiator. hydrateTransform(ChainrEntry entry)
Instantiate the Transform class specified by the ChainrEntry.JoltTransform
DefaultChainrInstantiator. hydrateTransform(ChainrEntry entry)
JoltTransform
GuiceChainrInstantiator. hydrateTransform(ChainrEntry entry)
-
Uses of ChainrEntry in com.bazaarvoice.jolt.chainr.spec
Fields in com.bazaarvoice.jolt.chainr.spec with type parameters of type ChainrEntry Modifier and Type Field Description private java.util.List<ChainrEntry>
ChainrSpec. chainrEntries
Methods in com.bazaarvoice.jolt.chainr.spec that return types with arguments of type ChainrEntry Modifier and Type Method Description java.util.List<ChainrEntry>
ChainrSpec. getChainrEntries()
-