Class Field
java.lang.Object
org.apache.maven.search.api.request.Field
- Direct Known Subclasses:
Field.BooleanField
,Field.InstantField
,Field.NumberField
,Field.StringField
Field, that is used as key in record.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Method Summary
-
Method Details
-
getFieldName
Returns the field name. -
getFieldValue
Returns the value of the field from given record instance, ornull
if field not present in record. See subclasses for proper return types. -
equals
-
hashCode
public int hashCode() -
toString
-