Uses of Class
org.apache.maven.search.api.request.Field.BooleanField
Packages that use Field.BooleanField
-
Uses of Field.BooleanField in org.apache.maven.search.api
Fields in org.apache.maven.search.api declared as Field.BooleanFieldModifier and TypeFieldDescriptionstatic final Field.BooleanFieldMAVEN.HAS_GPG_SIGNATUREBoolean field representing the known presence/absence of artifact GPG signature.static final Field.BooleanFieldMAVEN.HAS_JAVADOCBoolean field representing the known presence/absence of artifact Javadoc (is-javadoc.jarpresent).static final Field.BooleanFieldMAVEN.HAS_SOURCEBoolean field representing the known presence/absence of artifact sources (is-sources.jarpresent).Methods in org.apache.maven.search.api with parameters of type Field.BooleanFieldModifier and TypeMethodDescriptionRecord.getValue(Field.BooleanField field) Returns the value belonging to given field in this record, ornullif field not present.