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 JoltTransformChainrInstantiator. hydrateTransform(ChainrEntry entry)Instantiate the Transform class specified by the ChainrEntry.JoltTransformDefaultChainrInstantiator. hydrateTransform(ChainrEntry entry)JoltTransformGuiceChainrInstantiator. 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. chainrEntriesMethods 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()
-