Class Field.Bytes
java.lang.Object
io.protostuff.parser.AnnotationContainer
io.protostuff.parser.Field<byte[]>
io.protostuff.parser.Field.Bytes
- All Implemented Interfaces:
HasAnnotations, HasName, HasOptions, HasProto, Comparable<Field<?>>
- Author:
- David Yu
-
Nested Class Summary
Nested classes/interfaces inherited from class Field
Field.Bool, Field.Bytes, Field.Double, Field.Fixed32, Field.Fixed64, Field.Float, Field.Int32, Field.Int64, Field.Modifier, Field.Reference, Field.SFixed32, Field.SFixed64, Field.SInt32, Field.SInt64, Field.String, Field.UInt32, Field.UInt64 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class Field
compareTo, getDefaultValue, getDefaultValueConstant, getExtraOptions, getModifier, getName, getNumber, getO, getOption, getOptions, getOwner, getProto, getProtoType, getStandardOptions, hasOption, isBoolField, isBytesField, isDefaultValueSet, isEnumField, isMessageField, isNumberField, isOptional, isPackable, isRepeated, isRequired, isStringField, putExtraOption, putStandardOption, toStringMethods inherited from class AnnotationContainer
add, addAnnotations, addDoc, err, getA, getAnnotation, getAnnotationMap, getAnnotations, getDocs, hasAnnotation, isEmptyA
-
Constructor Details
-
Bytes
public Bytes()
-
-
Method Details
-
getJavaType
- Specified by:
getJavaTypein classField<byte[]>
-
getDefaultValueAsString
- Overrides:
getDefaultValueAsStringin classField<byte[]>
-
isDelimited
public boolean isDelimited()- Overrides:
isDelimitedin classField<byte[]>
-