Class ArraySchemas.EnumArray
java.lang.Object
io.protostuff.runtime.PolymorphicSchema
io.protostuff.runtime.ArraySchemas.Base
io.protostuff.runtime.ArraySchemas.EnumArray
- Enclosing class:
ArraySchemas
-
Nested Class Summary
Nested classes/interfaces inherited from class PolymorphicSchema
PolymorphicSchema.Factory, PolymorphicSchema.Handler -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final EnumIO<?> protected final Pipe.Schema<Object> Fields inherited from class ArraySchemas.Base
allowNullArrayElement, handlerFields inherited from class PolymorphicSchema
strategy -
Constructor Summary
ConstructorsConstructorDescriptionEnumArray(IdStrategy strategy, PolymorphicSchema.Handler handler, EnumIO<?> eio) -
Method Summary
Methods inherited from class ArraySchemas.Base
getFieldName, getFieldNumber, mergeFrom, messageFullName, messageName, setValueMethods inherited from class PolymorphicSchema
isInitialized, newMessage, typeClass
-
Field Details
-
pipeSchema
-
eio
-
-
Constructor Details
-
EnumArray
-
-
Method Details
-
getPipeSchema
Description copied from class:PolymorphicSchemaThe pipe schema associated with this schema.- Specified by:
getPipeSchemain classPolymorphicSchema
-
readFrom
- Specified by:
readFromin classArraySchemas.Base- Throws:
IOException
-
writeTo
Description copied from interface:SchemaSerializes a message/object to theoutput.- Throws:
IOException
-