Uses of Class
io.protostuff.WireFormat.JavaType
-
Packages that use WireFormat.JavaType Package Description io.protostuff -
-
Uses of WireFormat.JavaType in io.protostuff
Fields in io.protostuff declared as WireFormat.JavaType Modifier and Type Field Description WireFormat.JavaType
WireFormat.FieldType. javaType
Methods in io.protostuff that return WireFormat.JavaType Modifier and Type Method Description WireFormat.JavaType
WireFormat.FieldType. getJavaType()
static WireFormat.JavaType
WireFormat.JavaType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WireFormat.JavaType[]
WireFormat.JavaType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.protostuff with parameters of type WireFormat.JavaType Constructor Description FieldType(WireFormat.JavaType javaType, int wireType)
-