Uses of Class
io.protostuff.runtime.Predicate.Factories
-
Packages that use Predicate.Factories Package Description io.protostuff.runtime -
-
Uses of Predicate.Factories in io.protostuff.runtime
Methods in io.protostuff.runtime that return Predicate.Factories Modifier and Type Method Description static Predicate.Factories
Predicate.Factories. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Predicate.Factories[]
Predicate.Factories. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-