Uses of Class
org.apache.maven.search.api.request.Field
Packages that use Field
-
Uses of Field in org.apache.maven.search.api
Fields in org.apache.maven.search.api with type parameters of type FieldMethods 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 byFieldbacking this record.Methods in org.apache.maven.search.api with parameters of type FieldModifier and TypeMethodDescriptionbooleanReturnstrueif 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 classstatic classstatic classstatic classFields in org.apache.maven.search.api.request declared as FieldMethods in org.apache.maven.search.api.request that return FieldMethods in org.apache.maven.search.api.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.api.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.api.request with parameters of type Field