Package | Description |
---|---|
com.google.auto.factory.processor |
This package contains the annotation processor that implements the
AutoFactory API. |
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> |
FactoryDescriptor.methodDescriptors |
Modifier and Type | Method and Description |
---|---|
(package private) FactoryMethodDescriptor |
FactoryMethodDescriptor.Builder.build() |
(package private) FactoryMethodDescriptor |
FactoryDescriptorGenerator.generateDescriptorForConstructor(AutoFactoryDeclaration declaration,
javax.lang.model.element.ExecutableElement constructor) |
Modifier and Type | Method and Description |
---|---|
(package private) com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> |
FactoryDescriptorGenerator.generateDescriptor(javax.lang.model.element.Element element) |
private com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> |
FactoryDescriptorGenerator.generateDescriptorForDefaultConstructor(AutoFactoryDeclaration declaration,
javax.lang.model.element.TypeElement type) |
(package private) com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> |
FactoryDescriptor.methodDescriptors() |
Constructor and Description |
---|
FactoryDescriptor(java.lang.String name,
java.lang.String extendingType,
com.google.common.collect.ImmutableSortedSet<java.lang.String> implementingTypes,
boolean publicType,
com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> methodDescriptors,
com.google.common.collect.ImmutableSet<ImplementationMethodDescriptor> implementationMethodDescriptors,
boolean allowSubclasses) |