Uses of Class
org.apache.maven.search.api.request.Field
Packages that use Field
Package
Description
- 
Uses of Field in org.apache.maven.search.apiFields 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.requestSubclasses 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
- 
Uses of Field in org.apache.maven.search.backend.remoterepositoryFields in org.apache.maven.search.backend.remoterepository with type parameters of type FieldMethods in org.apache.maven.search.backend.remoterepository with parameters of type FieldMethod parameters in org.apache.maven.search.backend.remoterepository with type arguments of type Field
- 
Uses of Field in org.apache.maven.search.backend.smo.internalFields in org.apache.maven.search.backend.smo.internal with type parameters of type FieldMethods in org.apache.maven.search.backend.smo.internal with parameters of type FieldModifier and TypeMethodDescriptionprotected static voidMethod parameters in org.apache.maven.search.backend.smo.internal with type arguments of type FieldModifier and TypeMethodDescriptionprotected StringSmoSearchBackendImpl.cscPaging(SearchRequest searchRequest, HashSet<Field> searchedFields) protected StringSmoSearchBackendImpl.extra(SearchRequest searchRequest, HashSet<Field> searchedFields) protected static voidprotected StringSmoSearchBackendImpl.paging(SearchRequest searchRequest, HashSet<Field> searchedFields) protected StringSmoSearchBackendImpl.smoPaging(SearchRequest searchRequest, HashSet<Field> searchedFields) protected StringSmoSearchBackendImpl.toSMOQuery(HashSet<Field> searchedFields, Query query)