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