Package io.protostuff.runtime
Interface RuntimeView.Factory
-
- All Known Implementing Classes:
RuntimeView.Factories
- Enclosing class:
- RuntimeView
public static interface RuntimeView.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Schema<T>
create(RuntimeSchema<T> ms, RuntimeEnv.Instantiator<T> instantiator, Predicate.Factory pf, java.lang.String[] args)
Creates a view schema based from the given metadata.
-
-
-
Method Detail
-
create
<T> Schema<T> create(RuntimeSchema<T> ms, RuntimeEnv.Instantiator<T> instantiator, Predicate.Factory pf, java.lang.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.
-
-