Uses of Interface
io.protostuff.runtime.Predicate.Factory
-
Packages that use Predicate.Factory Package Description io.protostuff.runtime -
-
Uses of Predicate.Factory in io.protostuff.runtime
Classes in io.protostuff.runtime that implement Predicate.Factory Modifier and Type Class Description static class
Predicate.EQ
A predicate that includes only a single field with the provided number.static class
Predicate.Factories
Built-in factories that filters based on the field number.static class
Predicate.GT
A predicate that includes fields that are greater than the provider number.static class
Predicate.LT
A predicate that includes fields that are lesser than the provider number.static class
Predicate.NOTEQ
A predicate that includes all fields except the provided number.static class
Predicate.NOTRANGE
The opposite ofPredicate.RANGE
.static class
Predicate.RANGE
A predicate that includes fields if they are within range of the provided numbers, min and max.Methods in io.protostuff.runtime with parameters of type Predicate.Factory Modifier and Type Method Description <T> Schema<T>
RuntimeView.Factory. create(RuntimeSchema<T> ms, RuntimeEnv.Instantiator<T> instantiator, Predicate.Factory pf, java.lang.String[] args)
Creates a view schema based from the given metadata.static <T> Schema<T>
RuntimeView. createFrom(RuntimeSchema<T> ms, RuntimeEnv.Instantiator<T> instantiator, RuntimeView.Factory vf, Predicate.Factory pf, java.lang.String... args)
Returns a new view schema based from an existing one.static <T> Schema<T>
RuntimeView. createFrom(RuntimeSchema<T> rs, RuntimeView.Factory vf, Predicate.Factory pf, java.lang.String... args)
Returns a new view schema based from an existing one.
-