Package io.protostuff.runtime
Interface RuntimeView.Factory
- All Known Implementing Classes:
RuntimeView.Factories
- Enclosing class:
RuntimeView
public static interface RuntimeView.Factory
-
Method Summary
Modifier and TypeMethodDescription<T> Schema
<T> create
(RuntimeSchema<T> ms, RuntimeEnv.Instantiator<T> instantiator, Predicate.Factory pf, String[] args) Creates a view schema based from the given metadata.
-
Method Details
-
create
<T> Schema<T> create(RuntimeSchema<T> ms, RuntimeEnv.Instantiator<T> instantiator, Predicate.Factory pf, String[] args) Creates a view schema based from the given metadata.- Parameters:
pf
- is optional, depending on the view factory used.args
- is optional, depending on the view factory used.
-