Package io.protostuff.parser
Class Field.String
- java.lang.Object
-
- io.protostuff.parser.AnnotationContainer
-
- io.protostuff.parser.Field<java.lang.String>
-
- io.protostuff.parser.Field.String
-
- All Implemented Interfaces:
HasAnnotations
,HasName
,HasOptions
,HasProto
,java.lang.Comparable<Field<?>>
public static class Field.String extends Field<java.lang.String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.protostuff.parser.Field
Field.Bool, Field.Bytes, Field.Double, Field.Fixed32, Field.Fixed64, Field.Float, Field.Int32, Field.Int64, Field.Modifier, Field.Number<T>, Field.Reference, Field.SFixed32, Field.SFixed64, Field.SInt32, Field.SInt64, Field.String, Field.UInt32, Field.UInt64
-
-
Field Summary
-
Fields inherited from class io.protostuff.parser.Field
defaultValue, defaultValueConstant, extraOptions, modifier, name, number, owner, packable, standardOptions
-
Fields inherited from class io.protostuff.parser.AnnotationContainer
annotations, docs
-
-
Constructor Summary
Constructors Constructor Description String()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDefaultValueAsString()
java.lang.String
getJavaType()
boolean
isDelimited()
-
Methods inherited from class io.protostuff.parser.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, toString
-
Methods inherited from class io.protostuff.parser.AnnotationContainer
add, addAnnotations, addDoc, err, getA, getAnnotation, getAnnotationMap, getAnnotations, getDocs, hasAnnotation, isEmptyA
-
-
-
-
Method Detail
-
getJavaType
public java.lang.String getJavaType()
- Specified by:
getJavaType
in classField<java.lang.String>
-
getDefaultValueAsString
public java.lang.String getDefaultValueAsString()
- Overrides:
getDefaultValueAsString
in classField<java.lang.String>
-
isDelimited
public boolean isDelimited()
- Overrides:
isDelimited
in classField<java.lang.String>
-
-