package

androidx.appsearch.compiler.annotationwrapper

Interfaces

PropertyAnnotationAn instance of an AppSearch property annotation.

Classes

BooleanPropertyAnnotationAn instance of the @Document.BooleanProperty annotation.
BytesPropertyAnnotationAn instance of the @Document.BytesProperty annotation.
DataPropertyAnnotationAn instance of an annotation for a data property e.g.
DocumentPropertyAnnotationAn instance of the @Document.DocumentProperty annotation.
DoublePropertyAnnotationAn instance of the @Document.DoubleProperty annotation.
EmbeddingPropertyAnnotationAn instance of the @Document.EmbeddingProperty annotation.
LongPropertyAnnotationAn instance of the @Document.LongProperty annotation.
SerializerClassRepresents a class that can convert between some custom type and a property's actual type.
StringPropertyAnnotationAn instance of the @Document.StringProperty annotation.

Enums

DataPropertyAnnotation.Kind
MetadataPropertyAnnotationAn annotation for a metadata property e.g.
PropertyAnnotation.Kind
SerializerClass.Kind