Uses of Interface
io.protostuff.runtime.Predicate.Factory
Packages that use Predicate.Factory
-
Uses of Predicate.Factory in io.protostuff.runtime
Classes in io.protostuff.runtime that implement Predicate.FactoryModifier and TypeClassDescriptionstatic final class
A predicate that includes only a single field with the provided number.static enum
Built-in factories that filters based on the field number.static final class
A predicate that includes fields that are greater than the provider number.static final class
A predicate that includes fields that are lesser than the provider number.static final class
A predicate that includes all fields except the provided number.static final class
The opposite ofPredicate.RANGE
.static final class
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.FactoryModifier and TypeMethodDescription<T> Schema
<T> RuntimeView.Factory.create
(RuntimeSchema<T> ms, RuntimeEnv.Instantiator<T> instantiator, Predicate.Factory pf, 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, 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, String... args) Returns a new view schema based from an existing one.