Package io.protostuff.runtime
Class RuntimeObjectField<T>
java.lang.Object
io.protostuff.runtime.Field<T>
io.protostuff.runtime.RuntimeObjectField<T>
- All Implemented Interfaces:
PolymorphicSchema.Handler
A runtime field whose field type is
Object
(dynamic).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRuntimeObjectField
(Class<?> typeClass, WireFormat.FieldType type, int number, String name, boolean repeated, Tag tag, PolymorphicSchema.Factory factory, IdStrategy strategy) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.protostuff.runtime.PolymorphicSchema.Handler
setValue
-
Field Details
-
schema
The polymorphic schema.
-
-
Constructor Details
-
RuntimeObjectField
public RuntimeObjectField(Class<?> typeClass, WireFormat.FieldType type, int number, String name, boolean repeated, Tag tag, PolymorphicSchema.Factory factory, IdStrategy strategy)
-