Package io.protostuff.runtime
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 io.protostuff.runtime.PolymorphicSchema
PolymorphicSchema.Factory, PolymorphicSchema.Handler
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final EnumIO
<?> protected final Pipe.Schema
<Object> Fields inherited from class io.protostuff.runtime.ArraySchemas.Base
allowNullArrayElement, handler
Fields inherited from class io.protostuff.runtime.PolymorphicSchema
strategy
-
Constructor Summary
ConstructorsConstructorDescriptionEnumArray
(IdStrategy strategy, PolymorphicSchema.Handler handler, EnumIO<?> eio) -
Method Summary
Methods inherited from class io.protostuff.runtime.ArraySchemas.Base
getFieldName, getFieldNumber, mergeFrom, messageFullName, messageName, setValue
Methods inherited from class io.protostuff.runtime.PolymorphicSchema
isInitialized, newMessage, typeClass
-
Field Details
-
pipeSchema
-
eio
-
-
Constructor Details
-
EnumArray
-
-
Method Details
-
getPipeSchema
Description copied from class:PolymorphicSchema
The pipe schema associated with this schema.- Specified by:
getPipeSchema
in classPolymorphicSchema
-
readFrom
- Specified by:
readFrom
in classArraySchemas.Base
- Throws:
IOException
-
writeTo
Description copied from interface:Schema
Serializes a message/object to theoutput
.- Throws:
IOException
-