Uses of Class
dev.vality.bouncer.base.Entity._Fields
| Package | Description |
|---|---|
| dev.vality.bouncer.base |
-
Uses of Entity._Fields in dev.vality.bouncer.base
Fields in dev.vality.bouncer.base with type parameters of type Entity._Fields Modifier and Type Field Description static Map<Entity._Fields,org.apache.thrift.meta_data.FieldMetaData>Entity. metaDataMapMethods in dev.vality.bouncer.base that return Entity._Fields Modifier and Type Method Description Entity._FieldsEntity. fieldForId(int fieldId)static Entity._FieldsEntity._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static Entity._FieldsEntity._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static Entity._FieldsEntity._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Entity._Fields[]Entity. getFields()static Entity._FieldsEntity._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Entity._Fields[]Entity._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.bouncer.base that return types with arguments of type Entity._Fields Modifier and Type Method Description Map<Entity._Fields,org.apache.thrift.meta_data.FieldMetaData>Entity. getFieldMetaData()Methods in dev.vality.bouncer.base with parameters of type Entity._Fields Modifier and Type Method Description ObjectEntity. getFieldValue(Entity._Fields field)booleanEntity. isSet(Entity._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidEntity. setFieldValue(Entity._Fields field, Object value)