Uses of Class
se.l4.commons.serialization.format.ValueType
| Package | Description |
|---|---|
| se.l4.commons.serialization | |
| se.l4.commons.serialization.enums | |
| se.l4.commons.serialization.format | |
| se.l4.commons.serialization.internal |
-
Uses of ValueType in se.l4.commons.serialization
Methods in se.l4.commons.serialization that return ValueType Modifier and Type Method Description ValueTypeSerializerFormatDefinition. getValueType()Methods in se.l4.commons.serialization with parameters of type ValueType Modifier and Type Method Description static SerializerFormatDefinitionSerializerFormatDefinition. forValue(ValueType value)SerializerFormatDefinition.BuilderSerializerFormatDefinition.FieldBuilder. using(ValueType valueType)Using the definition for the specified value type.SerializerFormatDefinition.BuilderSerializerFormatDefinition.Builder. value(ValueType valueType)Define that we represent a certain type of value.Constructors in se.l4.commons.serialization with parameters of type ValueType Constructor Description SerializerFormatDefinition(int type, ValueType valueType, Iterable<SerializerFormatDefinition.FieldDefinition> definitions) -
Uses of ValueType in se.l4.commons.serialization.enums
Methods in se.l4.commons.serialization.enums that return ValueType Modifier and Type Method Description ValueTypeIgnoreCaseNameTranslator. getType()ValueTypeIntegerMappedTranslator. getType()ValueTypeNameTranslator. getType()ValueTypeOrdinalTranslator. getType()ValueTypeValueTranslator. getType()Get the type to read and write. -
Uses of ValueType in se.l4.commons.serialization.format
Methods in se.l4.commons.serialization.format that return ValueType Modifier and Type Method Description ValueTypeAbstractStreamingInput. getValueType()default ValueTypeStreamingInput. getValueType()Get the type of value the input currently has.static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ValueType in se.l4.commons.serialization.internal
Methods in se.l4.commons.serialization.internal with parameters of type ValueType Modifier and Type Method Description SerializerFormatDefinition.BuilderSerializerFormatDefinitionBuilderImpl. value(ValueType valueType)