JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
G
I
P
T
A
AutoAnnotation
- Annotation Type in
com.google.auto.value
Annotation that causes an implementation of an annotation interface to be generated.
AutoAnnotationProcessor
- Class in
com.google.auto.value.processor
Javac annotation processor (compiler plugin) to generate annotation implementations.
AutoAnnotationProcessor()
- Constructor for class com.google.auto.value.processor.
AutoAnnotationProcessor
AutoAnnotationProcessor.Member
- Class in
com.google.auto.value.processor
AutoAnnotationProcessor.Parameter
- Class in
com.google.auto.value.processor
AutoValue
- Annotation Type in
com.google.auto.value
Specifies that
AutoValue
should generate an implementation class for the annotated abstract class, implementing the standard
Object
methods like
equals
to have conventional value semantics.
AutoValueProcessor
- Class in
com.google.auto.value.processor
Javac annotation processor (compiler plugin) for value types; user code never references this class.
AutoValueProcessor()
- Constructor for class com.google.auto.value.processor.
AutoValueProcessor
AutoValueProcessor.Property
- Class in
com.google.auto.value.processor
A property of an
@AutoValue
class, defined by one of its abstract methods.
C
com.google.auto.value
- package com.google.auto.value
com.google.auto.value.processor
- package com.google.auto.value.processor
This package contains the annotation processor that implements the
AutoValue
API.
G
getAccess()
- Method in class com.google.auto.value.processor.
AutoValueProcessor.Property
getAnnotations()
- Method in class com.google.auto.value.processor.
AutoValueProcessor.Property
getComponentType()
- Method in class com.google.auto.value.processor.
AutoAnnotationProcessor.Member
getDefaultValue()
- Method in class com.google.auto.value.processor.
AutoAnnotationProcessor.Member
getGetter()
- Method in class com.google.auto.value.processor.
AutoValueProcessor.Property
Returns the name of the getter method for this property as defined by the
@AutoValue
class.
getKind()
- Method in class com.google.auto.value.processor.
AutoAnnotationProcessor.Member
getKind()
- Method in class com.google.auto.value.processor.
AutoAnnotationProcessor.Parameter
getKind()
- Method in class com.google.auto.value.processor.
AutoValueProcessor.Property
getName()
- Method in class com.google.auto.value.processor.
AutoValueProcessor.Property
Returns the name of the property as it should be used in strings visible to users.
getSupportedAnnotationTypes()
- Method in class com.google.auto.value.processor.
AutoAnnotationProcessor
getSupportedAnnotationTypes()
- Method in class com.google.auto.value.processor.
AutoValueProcessor
getSupportedSourceVersion()
- Method in class com.google.auto.value.processor.
AutoAnnotationProcessor
getSupportedSourceVersion()
- Method in class com.google.auto.value.processor.
AutoValueProcessor
getType()
- Method in class com.google.auto.value.processor.
AutoAnnotationProcessor.Member
getType()
- Method in class com.google.auto.value.processor.
AutoAnnotationProcessor.Parameter
getType()
- Method in class com.google.auto.value.processor.
AutoValueProcessor.Property
getTypeMirror()
- Method in class com.google.auto.value.processor.
AutoAnnotationProcessor.Member
I
isNullable()
- Method in class com.google.auto.value.processor.
AutoValueProcessor.Property
P
process(Set<? extends TypeElement>, RoundEnvironment)
- Method in class com.google.auto.value.processor.
AutoAnnotationProcessor
process(Set<? extends TypeElement>, RoundEnvironment)
- Method in class com.google.auto.value.processor.
AutoValueProcessor
T
toString()
- Method in class com.google.auto.value.processor.
AutoAnnotationProcessor.Member
toString()
- Method in class com.google.auto.value.processor.
AutoValueProcessor.Property
Returns the name of the property as it should be used when declaring identifiers (fields and parameters).
A
C
G
I
P
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014
Google, Inc.
. All rights reserved.