Uses of Interface
io.protostuff.runtime.RuntimeView.Factory
Packages that use RuntimeView.Factory
-
Uses of RuntimeView.Factory in io.protostuff.runtime
Classes in io.protostuff.runtime that implement RuntimeView.FactoryModifier and TypeClassDescriptionstatic enumBuilt-in view schema factories.Methods in io.protostuff.runtime with parameters of type RuntimeView.FactoryModifier and TypeMethodDescriptionstatic <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.