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 classPredicate.EQA predicate that includes only a single field with the provided number.static classPredicate.FactoriesBuilt-in factories that filters based on the field number.static classPredicate.GTA predicate that includes fields that are greater than the provider number.static classPredicate.LTA predicate that includes fields that are lesser than the provider number.static classPredicate.NOTEQA predicate that includes all fields except the provided number.static classPredicate.NOTRANGEThe opposite ofPredicate.RANGE.static classPredicate.RANGEA 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.
-