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.PropertyGwtSerialization.Property.propertyFields 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.builderRequiredPropertiesProperties that are required to be set.(package private) com.google.common.collect.ImmutableSet<AutoValueOrOneOfProcessor.Property> AutoOneOfTemplateVars.propsThe properties defined by the parent class's abstract methods.(package private) com.google.common.collect.ImmutableSet<AutoValueOrOneOfProcessor.Property> AutoValueTemplateVars.propsThe 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.Propertydefinitions for the given@AutoValueorAutoOneOftype.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 StringGwtSerialization.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)