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
Methods in com.google.auto.value.processor that return Optionalish Modifier and Type Method Description Optionalish
AutoValueProcessor.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.
-