Uses of Interface
io.protostuff.runtime.RuntimeView.Factory
-
Packages that use RuntimeView.Factory Package Description io.protostuff.runtime -
-
Uses of RuntimeView.Factory in io.protostuff.runtime
Classes in io.protostuff.runtime that implement RuntimeView.Factory Modifier and Type Class Description static class
RuntimeView.Factories
Built-in view schema factories.Methods in io.protostuff.runtime with parameters of type RuntimeView.Factory Modifier and Type Method Description 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.
-