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 theAutoValue
API. -
-
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 Optionalish
AutoValueOrOneOfProcessor.Property. optional
private Optionalish
BuilderSpec.PropertyGetter. optional
Methods in com.google.auto.value.processor that return Optionalish Modifier and Type Method Description (package private) static Optionalish
Optionalish. createIfOptional(javax.lang.model.type.TypeMirror type)
Returns an instance wrapping the given TypeMirror, or null if it is not any kind of Optional.Optionalish
AutoValueOrOneOfProcessor.Property. getOptional()
Returns anOptionalish
representing the kind of Optional that this property's type is, or null if the type is not an Optional of any kind.Optionalish
BuilderSpec.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 newPropertyGetter
instance.
-