Uses of Class
io.protostuff.runtime.RuntimeSchema
Packages that use RuntimeSchema
-
Uses of RuntimeSchema in io.protostuff.runtime
Methods in io.protostuff.runtime that return RuntimeSchemaModifier and TypeMethodDescriptionstatic <T> RuntimeSchema
<T> RuntimeSchema.createFrom
(Class<T> typeClass) Generates a schema from the given class.static <T> RuntimeSchema
<T> RuntimeSchema.createFrom
(Class<T> typeClass, IdStrategy strategy) Generates a schema from the given class.static <T> RuntimeSchema
<T> RuntimeSchema.createFrom
(Class<T> typeClass, String[] exclusions, IdStrategy strategy) Generates a schema from the given class with the exclusion of certain fields.static <T> RuntimeSchema
<T> RuntimeSchema.createFrom
(Class<T> typeClass, Map<String, String> declaredFields, IdStrategy strategy) Generates a schema from the given class with the declared fields (inclusive) based from the given Map.static <T> RuntimeSchema
<T> RuntimeSchema.createFrom
(Class<T> typeClass, Set<String> exclusions, IdStrategy strategy) Generates a schema from the given class with the exclusion of certain fields.Methods in io.protostuff.runtime with parameters of type RuntimeSchemaModifier and TypeMethodDescription<T> Schema
<T> RuntimeView.Factory.create
(RuntimeSchema<T> ms, RuntimeEnv.Instantiator<T> instantiator, Predicate.Factory pf, 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, 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.