Package io.protostuff.runtime
Class ArraySchemas.BigDecimalArray
- java.lang.Object
-
- io.protostuff.runtime.PolymorphicSchema
-
- io.protostuff.runtime.ArraySchemas.Base
-
- io.protostuff.runtime.ArraySchemas.BigDecimalArray
-
- All Implemented Interfaces:
Schema<java.lang.Object>
- Enclosing class:
- ArraySchemas
public static class ArraySchemas.BigDecimalArray extends ArraySchemas.Base
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.protostuff.runtime.PolymorphicSchema
PolymorphicSchema.Factory, PolymorphicSchema.Handler
-
-
Field Summary
Fields Modifier and Type Field Description protected Pipe.Schema<java.lang.Object>pipeSchema-
Fields inherited from class io.protostuff.runtime.ArraySchemas.Base
allowNullArrayElement, handler
-
Fields inherited from class io.protostuff.runtime.PolymorphicSchema
strategy
-
-
Constructor Summary
Constructors Constructor Description BigDecimalArray(IdStrategy strategy, PolymorphicSchema.Handler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pipe.Schema<java.lang.Object>getPipeSchema()The pipe schema associated with this schema.java.lang.ObjectreadFrom(Input input, java.lang.Object owner)voidwriteTo(Output output, java.lang.Object value)Serializes a message/object to theoutput.-
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 Detail
-
pipeSchema
protected final Pipe.Schema<java.lang.Object> pipeSchema
-
-
Constructor Detail
-
BigDecimalArray
BigDecimalArray(IdStrategy strategy, PolymorphicSchema.Handler handler)
-
-
Method Detail
-
getPipeSchema
public Pipe.Schema<java.lang.Object> getPipeSchema()
Description copied from class:PolymorphicSchemaThe pipe schema associated with this schema.- Specified by:
getPipeSchemain classPolymorphicSchema
-
readFrom
public java.lang.Object readFrom(Input input, java.lang.Object owner) throws java.io.IOException
- Specified by:
readFromin classArraySchemas.Base- Throws:
java.io.IOException
-
-