- asArray(TypeMirror) - Static method in class com.google.auto.common.MoreTypes
-
- asDeclared(TypeMirror) - Static method in class com.google.auto.common.MoreTypes
-
- asError(TypeMirror) - Static method in class com.google.auto.common.MoreTypes
-
- asExecutable(Element) - Static method in class com.google.auto.common.MoreElements
-
- asExecutable(TypeMirror) - Static method in class com.google.auto.common.MoreTypes
-
- asNoType(TypeMirror) - Static method in class com.google.auto.common.MoreTypes
-
Returns a
NoType
if the
TypeMirror
represents an non-type such
as void, or package, etc.
- asNullType(TypeMirror) - Static method in class com.google.auto.common.MoreTypes
-
- asPackage(Element) - Static method in class com.google.auto.common.MoreElements
-
- asPrimitiveType(TypeMirror) - Static method in class com.google.auto.common.MoreTypes
-
- asType(Element) - Static method in class com.google.auto.common.MoreElements
-
- asTypeElement(Types, TypeMirror) - Static method in class com.google.auto.common.MoreTypes
-
- asTypeElements(Types, Iterable<? extends TypeMirror>) - Static method in class com.google.auto.common.MoreTypes
-
- asTypeVariable(TypeMirror) - Static method in class com.google.auto.common.MoreTypes
-
- asVariable(Element) - Static method in class com.google.auto.common.MoreElements
-
- asWildcard(WildcardType) - Static method in class com.google.auto.common.MoreTypes
-
- attach(Linker) - Method in class com.google.auto.factory.processor.AutoFactoryDeclaration$Factory$$InjectAdapter
-
Used internally to link bindings/providers together at run time
according to their dependency graph.
- attach(Linker) - Method in class com.google.auto.factory.processor.AutoFactoryProcessor$$InjectAdapter
-
Used internally to link bindings/providers together at run time
according to their dependency graph.
- attach(Linker) - Method in class com.google.auto.factory.processor.FactoryDescriptorGenerator$$InjectAdapter
-
Used internally to link bindings/providers together at run time
according to their dependency graph.
- attach(Linker) - Method in class com.google.auto.factory.processor.FactoryWriter$$InjectAdapter
-
Used internally to link bindings/providers together at run time
according to their dependency graph.
- attach(Linker) - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideElementsProvidesAdapter
-
Used internally to link bindings/providers together at run time
according to their dependency graph.
- attach(Linker) - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideFilerProvidesAdapter
-
Used internally to link bindings/providers together at run time
according to their dependency graph.
- attach(Linker) - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideMessagerProvidesAdapter
-
Used internally to link bindings/providers together at run time
according to their dependency graph.
- attach(Linker) - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideTypesProvidesAdapter
-
Used internally to link bindings/providers together at run time
according to their dependency graph.
- attach(Linker) - Method in class com.google.auto.factory.processor.ProvidedChecker$$InjectAdapter
-
Used internally to link bindings/providers together at run time
according to their dependency graph.
- 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
-
- AutoFactory - Annotation Type in com.google.auto.factory
-
An annotation to be applied to elements for which a factory should be automatically generated.
- AutoFactoryDeclaration$Factory$$InjectAdapter - Class in com.google.auto.factory.processor
-
A Binding<AutoFactoryDeclaration.Factory>
implementation which satisfies
Dagger's infrastructure requirements including:
Owning the dependency links between AutoFactoryDeclaration.Factory
and its
dependencies.
- AutoFactoryDeclaration$Factory$$InjectAdapter() - Constructor for class com.google.auto.factory.processor.AutoFactoryDeclaration$Factory$$InjectAdapter
-
- AutoFactoryProcessor - Class in com.google.auto.factory.processor
-
The annotation processor that generates factories for
AutoFactory
annotations.
- AutoFactoryProcessor() - Constructor for class com.google.auto.factory.processor.AutoFactoryProcessor
-
- AutoFactoryProcessor$$InjectAdapter - Class in com.google.auto.factory.processor
-
A Binding<AutoFactoryProcessor>
implementation which satisfies
Dagger's infrastructure requirements including:
Owning the dependency links between AutoFactoryProcessor
and its
dependencies.
- AutoFactoryProcessor$$InjectAdapter() - Constructor for class com.google.auto.factory.processor.AutoFactoryProcessor$$InjectAdapter
-
- AutoFactoryProcessorModule$$ModuleAdapter - Class in com.google.auto.factory.processor
-
A manager of modules and provides adapters allowing for proper linking and
instance provision of types served by @Provides
methods.
- AutoFactoryProcessorModule$$ModuleAdapter() - Constructor for class com.google.auto.factory.processor.AutoFactoryProcessorModule$$ModuleAdapter
-
- AutoService - Annotation Type in com.google.auto.service
-
An annotation for service providers as described in
ServiceLoader
.
- AutoServiceProcessor - Class in com.google.auto.service.processor
-
- AutoServiceProcessor() - Constructor for class com.google.auto.service.processor.AutoServiceProcessor
-
- 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.
- get() - Method in class com.google.auto.factory.processor.AutoFactoryDeclaration$Factory$$InjectAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<AutoFactoryDeclaration.Factory>
.
- get() - Method in class com.google.auto.factory.processor.AutoFactoryProcessor$$InjectAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<AutoFactoryProcessor>
.
- get() - Method in class com.google.auto.factory.processor.FactoryDescriptorGenerator$$InjectAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<FactoryDescriptorGenerator>
.
- get() - Method in class com.google.auto.factory.processor.FactoryWriter$$InjectAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<FactoryWriter>
.
- get() - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideElementsProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<javax.lang.model.util.Elements>
.
- get() - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideFilerProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<javax.annotation.processing.Filer>
.
- get() - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideMessagerProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<javax.annotation.processing.Messager>
.
- get() - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideProcessingEnvironmentProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<javax.annotation.processing.ProcessingEnvironment>
.
- get() - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideTypesProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<javax.lang.model.util.Types>
.
- get() - Method in class com.google.auto.factory.processor.ProvidedChecker$$InjectAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<ProvidedChecker>
.
- getAccess() - Method in class com.google.auto.value.processor.AutoValueProcessor.Property
-
- getAnnotationMirror(Element, Class<? extends Annotation>) - Static method in class com.google.auto.common.MoreElements
-
Returns an
AnnotationMirror
for the annotation of type
annotationClass
on
element
, or
Optional.absent()
if no such annotation exists.
- getAnnotations() - Method in class com.google.auto.value.processor.AutoValueProcessor.Property
-
- getBindings(BindingsGroup, ProcessorModule) - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getComponentType() - Method in class com.google.auto.value.processor.AutoAnnotationProcessor.Member
-
- getDefaultValue() - Method in class com.google.auto.value.processor.AutoAnnotationProcessor.Member
-
- getDependencies(Set<Binding<?>>, Set<Binding<?>>) - Method in class com.google.auto.factory.processor.AutoFactoryDeclaration$Factory$$InjectAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getDependencies(Set<Binding<?>>, Set<Binding<?>>) - Method in class com.google.auto.factory.processor.AutoFactoryProcessor$$InjectAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getDependencies(Set<Binding<?>>, Set<Binding<?>>) - Method in class com.google.auto.factory.processor.FactoryDescriptorGenerator$$InjectAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getDependencies(Set<Binding<?>>, Set<Binding<?>>) - Method in class com.google.auto.factory.processor.FactoryWriter$$InjectAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getDependencies(Set<Binding<?>>, Set<Binding<?>>) - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideElementsProvidesAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getDependencies(Set<Binding<?>>, Set<Binding<?>>) - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideFilerProvidesAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getDependencies(Set<Binding<?>>, Set<Binding<?>>) - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideMessagerProvidesAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getDependencies(Set<Binding<?>>, Set<Binding<?>>) - Method in class com.google.auto.factory.processor.ProcessorModule$$ModuleAdapter.ProvideTypesProvidesAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getDependencies(Set<Binding<?>>, Set<Binding<?>>) - Method in class com.google.auto.factory.processor.ProvidedChecker$$InjectAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- 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.
- getPackage(Element) - Static method in class com.google.auto.common.MoreElements
-
- getSupportedAnnotationTypes() - Method in class com.google.auto.factory.processor.AutoFactoryProcessor
-
- getSupportedAnnotationTypes() - Method in class com.google.auto.service.processor.AutoServiceProcessor
-
- 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.factory.processor.AutoFactoryProcessor
-
- getSupportedSourceVersion() - Method in class com.google.auto.service.processor.AutoServiceProcessor
-
- 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
-