Uses of Class
com.google.auto.value.processor.Optionalish
-
Packages that use Optionalish Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValueAPI. -
-
Uses of Optionalish in com.google.auto.value.processor
Fields in com.google.auto.value.processor declared as Optionalish Modifier and Type Field Description private OptionalishAutoValueOrOneOfProcessor.Property. optionalprivate OptionalishBuilderSpec.PropertyGetter. optionalMethods in com.google.auto.value.processor that return Optionalish Modifier and Type Method Description (package private) static OptionalishOptionalish. createIfOptional(javax.lang.model.type.TypeMirror type)Returns an instance wrapping the given TypeMirror, or null if it is not any kind of Optional.OptionalishAutoValueOrOneOfProcessor.Property. getOptional()Returns anOptionalishrepresenting the kind of Optional that this property's type is, or null if the type is not an Optional of any kind.OptionalishBuilderSpec.PropertyGetter. getOptional()Constructors in com.google.auto.value.processor with parameters of type Optionalish Constructor Description PropertyGetter(javax.lang.model.element.ExecutableElement method, java.lang.String type, Optionalish optional)Makes a newPropertyGetterinstance.
-