Uses of Class
com.google.auto.value.processor.Optionalish
Packages that use Optionalish
Package
Description
This package contains the annotation processor that implements the
AutoValue
API.-
Uses of Optionalish in com.google.auto.value.processor
Fields in com.google.auto.value.processor declared as OptionalishModifier and TypeFieldDescriptionprivate final Optionalish
AutoValueOrOneOfProcessor.Property.optional
private final Optionalish
BuilderSpec.PropertyGetter.optional
Methods in com.google.auto.value.processor that return OptionalishModifier and TypeMethodDescription(package private) static Optionalish
Optionalish.createIfOptional
(TypeMirror type) Returns an instance wrapping the given TypeMirror, or null if it is not any kind of Optional.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.BuilderSpec.PropertyGetter.getOptional()
Constructors in com.google.auto.value.processor with parameters of type OptionalishModifierConstructorDescription(package private)
PropertyGetter
(ExecutableElement method, String type, Optionalish optional) Makes a newPropertyGetter
instance.