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 theAutoValueAPI. -
-
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.PropertyGwtSerialization.Property. propertyFields 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. 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.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.Propertydefinitions for the given@AutoValueorAutoOneOftype.Methods in com.google.auto.value.processor with parameters of type AutoValueOrOneOfProcessor.Property Modifier and Type Method Description java.lang.StringBuilderSpec.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.StringGwtSerialization. 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)
-