Uses of Class
org.apache.maven.search.request.Field
Packages that use Field
Package
Description
- 
Uses of Field in org.apache.maven.search
Methods in org.apache.maven.search that return types with arguments of type FieldModifier and TypeMethodDescriptionRecord.fieldSet()Returns unmodifiable set of present fields in this record, nevernull.Record.getFields()Returns unmodifiable map of all values keyed byFieldbacking this record.Methods in org.apache.maven.search with parameters of type FieldModifier and TypeMethodDescriptionbooleanReturnstrueif given field is present in this record.Constructor parameters in org.apache.maven.search with type arguments of type Field - 
Uses of Field in org.apache.maven.search.backend.remoterepository
Methods in org.apache.maven.search.backend.remoterepository with parameters of type Field - 
Uses of Field in org.apache.maven.search.request
Subclasses of Field in org.apache.maven.search.requestModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in org.apache.maven.search.request that return FieldMethods in org.apache.maven.search.request with parameters of type FieldModifier and TypeMethodDescriptionstatic FieldQueryFieldQuery.fieldQuery(Field fieldName, String query) Creates a field query using givenFieldand query string.Method parameters in org.apache.maven.search.request with type arguments of type FieldModifier and TypeMethodDescriptionField.BooleanField.getFieldValue(Map<Field, Object> record) abstract ObjectField.getFieldValue(Map<Field, Object> record) Returns the value of the field from given record instance, ornullif field not present in record.Field.InstantField.getFieldValue(Map<Field, Object> record) Field.NumberField.getFieldValue(Map<Field, Object> record) Field.StringField.getFieldValue(Map<Field, Object> record) Constructors in org.apache.maven.search.request with parameters of type Field