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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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)
-