Uses of Class
dev.vality.msgpack.Value._Fields
-
Uses of Value._Fields in dev.vality.msgpack
Fields in dev.vality.msgpack with type parameters of type Value._Fields Modifier and Type Field Description static Map<Value._Fields,org.apache.thrift.meta_data.FieldMetaData>Value. metaDataMapMethods in dev.vality.msgpack that return Value._Fields Modifier and Type Method Description protected Value._FieldsValue. enumForId(short id)Value._FieldsValue. fieldForId(int fieldId)static Value._FieldsValue._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static Value._FieldsValue._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static Value._FieldsValue._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Value._Fields[]Value. getFields()static Value._FieldsValue._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Value._Fields[]Value._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.msgpack that return types with arguments of type Value._Fields Modifier and Type Method Description Map<Value._Fields,org.apache.thrift.meta_data.FieldMetaData>Value. getFieldMetaData()Methods in dev.vality.msgpack with parameters of type Value._Fields Modifier and Type Method Description protected voidValue. checkType(Value._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldValue. getFieldDesc(Value._Fields setField)Constructors in dev.vality.msgpack with parameters of type Value._Fields Constructor Description Value(Value._Fields setField, Object value)