Uses of Class
com.google.auto.value.processor.AutoValueOrOneOfProcessor.Property
-
Packages that use AutoValueOrOneOfProcessor.Property Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValue
API. -
-
Uses of AutoValueOrOneOfProcessor.Property in com.google.auto.value.processor
Fields in com.google.auto.value.processor declared as AutoValueOrOneOfProcessor.Property Modifier and Type Field Description private AutoValueOrOneOfProcessor.Property
GwtSerialization.Property. property
Fields in com.google.auto.value.processor with type parameters of type AutoValueOrOneOfProcessor.Property Modifier and Type Field Description (package private) com.google.common.collect.ImmutableSet<AutoValueOrOneOfProcessor.Property>
AutoValueTemplateVars. builderRequiredProperties
Properties that are required to be set.(package private) com.google.common.collect.ImmutableSet<AutoValueOrOneOfProcessor.Property>
AutoOneOfTemplateVars. props
The properties defined by the parent class's abstract methods.(package private) com.google.common.collect.ImmutableSet<AutoValueOrOneOfProcessor.Property>
AutoValueTemplateVars. props
The properties defined by the parent class's abstract methods.Methods in com.google.auto.value.processor that return types with arguments of type AutoValueOrOneOfProcessor.Property Modifier and Type Method Description (package private) com.google.common.collect.ImmutableSet<AutoValueOrOneOfProcessor.Property>
AutoValueOrOneOfProcessor. propertySet(javax.lang.model.element.TypeElement type, com.google.common.collect.ImmutableSet<javax.lang.model.element.ExecutableElement> propertyMethods, com.google.common.collect.ImmutableListMultimap<javax.lang.model.element.ExecutableElement,javax.lang.model.element.AnnotationMirror> annotatedPropertyMethods)
Returns the ordered set ofAutoValueOrOneOfProcessor.Property
definitions for the given@AutoValue
orAutoOneOf
type.Methods in com.google.auto.value.processor with parameters of type AutoValueOrOneOfProcessor.Property Modifier and Type Method Description java.lang.String
BuilderSpec.PropertySetter. copy(AutoValueOrOneOfProcessor.Property property)
Method parameters in com.google.auto.value.processor with type arguments of type AutoValueOrOneOfProcessor.Property Modifier and Type Method Description private java.lang.String
GwtSerialization. computeClassHash(java.lang.Iterable<AutoValueOrOneOfProcessor.Property> props, java.lang.String pkg)
Constructors in com.google.auto.value.processor with parameters of type AutoValueOrOneOfProcessor.Property Constructor Description Property(AutoValueOrOneOfProcessor.Property property)
-