Uses of Class
io.protostuff.runtime.RuntimeEnv.Instantiator
Packages that use RuntimeEnv.Instantiator
-
Uses of RuntimeEnv.Instantiator in io.protostuff.runtime
Fields in io.protostuff.runtime declared as RuntimeEnv.InstantiatorModifier and TypeFieldDescriptionfinal RuntimeEnv.Instantiator<T> RuntimeSchema.instantiatorfinal RuntimeEnv.Instantiator<T> RuntimeView.BaseSchema.instantiatorMethods in io.protostuff.runtime that return RuntimeEnv.InstantiatorModifier and TypeMethodDescriptionstatic <T> RuntimeEnv.Instantiator<T> RuntimeEnv.newInstantiator(Class<T> clazz) Returns an instatiator for the specifiedclazz.Methods in io.protostuff.runtime with parameters of type RuntimeEnv.InstantiatorModifier 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.Constructors in io.protostuff.runtime with parameters of type RuntimeEnv.InstantiatorModifierConstructorDescriptionprotectedBaseSchema(Class<? super T> typeClass, RuntimeEnv.Instantiator<T> instantiator) protectedPostFilteredSchema(Class<? super T> typeClass, RuntimeEnv.Instantiator<T> instantiator, Field<T>[] fields) RuntimeSchema(Class<T> typeClass, Collection<Field<T>> fields, RuntimeEnv.Instantiator<T> instantiator)