Class RuntimeView.PostFilteredSchema<T>
java.lang.Object
io.protostuff.runtime.RuntimeView.BaseSchema<T>
io.protostuff.runtime.RuntimeView.PostFilteredSchema<T>
- All Implemented Interfaces:
Schema<T>
- Enclosing class:
RuntimeView
-
Field Summary
FieldsFields inherited from class RuntimeView.BaseSchema
instantiator, typeClass -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPostFilteredSchema(Class<? super T> typeClass, RuntimeEnv.Instantiator<T> instantiator, Field<T>[] fields) -
Method Summary
Methods inherited from class RuntimeView.BaseSchema
isInitialized, messageFullName, messageName, newMessage, typeClassMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Schema
getFieldName, getFieldNumber, mergeFrom, writeTo
-
Field Details
-
fields
-
-
Constructor Details
-
PostFilteredSchema
-