package

androidx.appsearch.compiler

Classes

AnnotatedGetterOrFieldA getter or field annotated with a PropertyAnnotation annotation.
AppSearchCompilerProcesses androidx.appsearch.annotation.Document annotations.
CreationMethodA constructor or static method used to create a class annotated with @Document aka document class.
DocumentClassCreationInfoInfo about how to construct a class annotated with @Document, aka the document class.
DocumentMapGeneratorA class that wraps a static method that generates a java class of AppSearchDocumentClassMap.
IntrospectionHelperUtilities for working with data structures representing parsed Java code.
IntrospectionHelper.MethodTypeAndElementA method's type and element (i.e.
PropertyAccessorThe public/package-private accessor for an AnnotatedGetterOrField.
SetterOrFieldA setter/field.

Enums

AnnotatedGetterOrField.ElementTypeCategorySpecifies whether the getter/field is assigned a collection or array or a single type.