Uses of Class
io.protostuff.parser.Field.Modifier
-
Packages that use Field.Modifier Package Description io.protostuff.parser -
-
Uses of Field.Modifier in io.protostuff.parser
Fields in io.protostuff.parser declared as Field.Modifier Modifier and Type Field Description (package private) Field.Modifier
Field. modifier
Methods in io.protostuff.parser that return Field.Modifier Modifier and Type Method Description Field.Modifier
Field. getModifier()
static Field.Modifier
Field.Modifier. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Field.Modifier[]
Field.Modifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-