Uses of Class
org.apache.maven.search.api.request.Field
Packages that use Field
Package
Description
-
Uses of Field in org.apache.maven.search.api
Methods in org.apache.maven.search.api 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 byField
backing this record.Methods in org.apache.maven.search.api with parameters of type FieldModifier and TypeMethodDescriptionboolean
Returnstrue
if given field is present in this record.Constructor parameters in org.apache.maven.search.api with type arguments of type Field -
Uses of Field in org.apache.maven.search.api.request
Subclasses of Field in org.apache.maven.search.api.requestModifier and TypeClassDescriptionstatic class
static class
static class
static class
Methods in org.apache.maven.search.api.request that return FieldMethods in org.apache.maven.search.api.request with parameters of type FieldModifier and TypeMethodDescriptionstatic FieldQuery
FieldQuery.fieldQuery
(Field fieldName, String query) Creates a field query using givenField
and query string.Method parameters in org.apache.maven.search.api.request with type arguments of type FieldModifier and TypeMethodDescriptionField.BooleanField.getFieldValue
(Map<Field, Object> record) abstract Object
Field.getFieldValue
(Map<Field, Object> record) Returns the value of the field from given record instance, ornull
if 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.api.request with parameters 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