@Generated(value="com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_FactoryDescriptor extends FactoryDescriptor
| Modifier and Type | Field and Description |
|---|---|
private boolean |
allowSubclasses |
private javax.lang.model.type.TypeMirror |
extendingType |
private com.google.common.collect.ImmutableSet<ImplementationMethodDescriptor> |
implementationMethodDescriptors |
private com.google.common.collect.ImmutableSet<javax.lang.model.type.TypeMirror> |
implementingTypes |
private com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> |
methodDescriptors |
private java.lang.String |
name |
private com.google.common.collect.ImmutableMap<Key,java.lang.String> |
providerNames |
private boolean |
publicType |
| Constructor and Description |
|---|
AutoValue_FactoryDescriptor(java.lang.String name,
javax.lang.model.type.TypeMirror extendingType,
com.google.common.collect.ImmutableSet<javax.lang.model.type.TypeMirror> implementingTypes,
boolean publicType,
com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> methodDescriptors,
com.google.common.collect.ImmutableSet<ImplementationMethodDescriptor> implementationMethodDescriptors,
boolean allowSubclasses,
com.google.common.collect.ImmutableMap<Key,java.lang.String> providerNames) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
allowSubclasses() |
boolean |
equals(java.lang.Object o) |
(package private) javax.lang.model.type.TypeMirror |
extendingType() |
int |
hashCode() |
(package private) com.google.common.collect.ImmutableSet<ImplementationMethodDescriptor> |
implementationMethodDescriptors() |
(package private) com.google.common.collect.ImmutableSet<javax.lang.model.type.TypeMirror> |
implementingTypes() |
(package private) com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> |
methodDescriptors() |
(package private) java.lang.String |
name() |
(package private) com.google.common.collect.ImmutableMap<Key,java.lang.String> |
providerNames() |
(package private) boolean |
publicType() |
java.lang.String |
toString() |
createprivate final java.lang.String name
private final javax.lang.model.type.TypeMirror extendingType
private final com.google.common.collect.ImmutableSet<javax.lang.model.type.TypeMirror> implementingTypes
private final boolean publicType
private final com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> methodDescriptors
private final com.google.common.collect.ImmutableSet<ImplementationMethodDescriptor> implementationMethodDescriptors
private final boolean allowSubclasses
private final com.google.common.collect.ImmutableMap<Key,java.lang.String> providerNames
AutoValue_FactoryDescriptor(java.lang.String name,
javax.lang.model.type.TypeMirror extendingType,
com.google.common.collect.ImmutableSet<javax.lang.model.type.TypeMirror> implementingTypes,
boolean publicType,
com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> methodDescriptors,
com.google.common.collect.ImmutableSet<ImplementationMethodDescriptor> implementationMethodDescriptors,
boolean allowSubclasses,
com.google.common.collect.ImmutableMap<Key,java.lang.String> providerNames)
java.lang.String name()
name in class FactoryDescriptorjavax.lang.model.type.TypeMirror extendingType()
extendingType in class FactoryDescriptorcom.google.common.collect.ImmutableSet<javax.lang.model.type.TypeMirror> implementingTypes()
implementingTypes in class FactoryDescriptorboolean publicType()
publicType in class FactoryDescriptorcom.google.common.collect.ImmutableSet<FactoryMethodDescriptor> methodDescriptors()
methodDescriptors in class FactoryDescriptorcom.google.common.collect.ImmutableSet<ImplementationMethodDescriptor> implementationMethodDescriptors()
implementationMethodDescriptors in class FactoryDescriptorboolean allowSubclasses()
allowSubclasses in class FactoryDescriptorcom.google.common.collect.ImmutableMap<Key,java.lang.String> providerNames()
providerNames in class FactoryDescriptorpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object