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
public abstract static class RuntimeView.PostFilteredSchema<T> extends RuntimeView.BaseSchema<T>
-
-
Field Summary
Fields Modifier and Type Field Description Field<T>[]
fields
-
Fields inherited from class io.protostuff.runtime.RuntimeView.BaseSchema
instantiator, typeClass
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PostFilteredSchema(java.lang.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, typeClass
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.protostuff.Schema
getFieldName, getFieldNumber, mergeFrom, writeTo
-
-