Uses of Class
com.google.auto.value.processor.AutoValueOrOneOfProcessor.Property
Packages that use AutoValueOrOneOfProcessor.Property
Package
Description
This package contains the annotation processor that implements the
AutoValue
API.-
Uses of AutoValueOrOneOfProcessor.Property in com.google.auto.value.processor
Fields in com.google.auto.value.processor declared as AutoValueOrOneOfProcessor.PropertyModifier and TypeFieldDescriptionprivate final AutoValueOrOneOfProcessor.Property
GwtSerialization.Property.property
Fields in com.google.auto.value.processor with type parameters of type AutoValueOrOneOfProcessor.PropertyModifier and TypeFieldDescription(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.PropertyModifier and TypeMethodDescription(package private) final com.google.common.collect.ImmutableSet<AutoValueOrOneOfProcessor.Property>
AutoValueOrOneOfProcessor.propertySet
(TypeElement type, com.google.common.collect.ImmutableSet<ExecutableElement> propertyMethods, com.google.common.collect.ImmutableListMultimap<ExecutableElement, 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.PropertyModifier and TypeMethodDescriptionBuilderSpec.PropertySetter.copy
(AutoValueOrOneOfProcessor.Property property) Method parameters in com.google.auto.value.processor with type arguments of type AutoValueOrOneOfProcessor.PropertyModifier and TypeMethodDescriptionprivate String
GwtSerialization.computeClassHash
(Iterable<AutoValueOrOneOfProcessor.Property> props, String pkg) Constructors in com.google.auto.value.processor with parameters of type AutoValueOrOneOfProcessor.PropertyModifierConstructorDescription(package private)
Property
(AutoValueOrOneOfProcessor.Property property)