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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
fieldName
 
 - 
 - 
Constructor Details
- 
Field
 
 - 
 - 
Method Details
- 
getFieldName
Returns the field name. - 
getFieldValue
Returns the value of the field from given record instance, ornullif field not present in record. See subclasses for proper return types. - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -