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 OptionalishAutoValueOrOneOfProcessor.Property.optionalprivate final OptionalishBuilderSpec.PropertyGetter.optionalMethods in com.google.auto.value.processor that return OptionalishModifier and TypeMethodDescription(package private) static OptionalishOptionalish.createIfOptional(TypeMirror type) Returns an instance wrapping the given TypeMirror, or null if it is not any kind of Optional.AutoValueOrOneOfProcessor.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.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 newPropertyGetterinstance.