Uses of Class
com.bazaarvoice.jolt.defaultr.Key
-
Packages that use Key Package Description com.bazaarvoice.jolt com.bazaarvoice.jolt.defaultr -
-
Uses of Key in com.bazaarvoice.jolt
Fields in com.bazaarvoice.jolt declared as Key Modifier and Type Field Description private KeyDefaultr. arrayRootprivate KeyDefaultr. mapRoot -
Uses of Key in com.bazaarvoice.jolt.defaultr
Subclasses of Key in com.bazaarvoice.jolt.defaultr Modifier and Type Class Description classArrayKeyclassMapKeyFields in com.bazaarvoice.jolt.defaultr with type parameters of type Key Modifier and Type Field Description protected java.util.Set<Key>Key. childrenMethods in com.bazaarvoice.jolt.defaultr that return types with arguments of type Key Modifier and Type Method Description static java.util.Set<Key>Key. parseSpec(java.util.Map<java.lang.String,java.lang.Object> spec)Factory-ish method that recursively processes a Mapinto a Set objects. private static java.util.Set<Key>Key. processSpec(boolean parentIsArray, java.util.Map<java.lang.String,java.lang.Object> spec)Recursively walk the spec input tree.Methods in com.bazaarvoice.jolt.defaultr with parameters of type Key Modifier and Type Method Description intKey.KeyPrecedenceComparator. compare(Key a, Key b)
-