Uses of Class
com.bazaarvoice.jolt.defaultr.OPS
-
Packages that use OPS Package Description com.bazaarvoice.jolt.defaultr -
-
Uses of OPS in com.bazaarvoice.jolt.defaultr
Fields in com.bazaarvoice.jolt.defaultr declared as OPS Modifier and Type Field Description private OPSKey. opMethods in com.bazaarvoice.jolt.defaultr that return OPS Modifier and Type Method Description OPSKey. getOp()static OPSOPS. parse(java.lang.String key)static OPSOPS. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OPS[]OPS. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bazaarvoice.jolt.defaultr with parameters of type OPS Modifier and Type Method Description intOPS.OpsPrecedenceComparator. compare(OPS ops, OPS ops1)The order we want to apply Defaultr logic is Literals, Or, and then Star.
-