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