Uses of Class
org.inferred.freebuilder.processor.property.OptionalProperty.OptionalType
-
Packages that use OptionalProperty.OptionalType Package Description org.inferred.freebuilder.processor.property -
-
Uses of OptionalProperty.OptionalType in org.inferred.freebuilder.processor.property
Fields in org.inferred.freebuilder.processor.property declared as OptionalProperty.OptionalType Modifier and Type Field Description private OptionalProperty.OptionalTypeOptionalProperty. optionalMethods in org.inferred.freebuilder.processor.property that return OptionalProperty.OptionalType Modifier and Type Method Description static OptionalProperty.OptionalTypeOptionalProperty.OptionalType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OptionalProperty.OptionalType[]OptionalProperty.OptionalType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.inferred.freebuilder.processor.property that return types with arguments of type OptionalProperty.OptionalType Modifier and Type Method Description private static java.util.Optional<OptionalProperty.OptionalType>OptionalProperty.Factory. maybeOptional(javax.lang.model.type.DeclaredType type)Constructors in org.inferred.freebuilder.processor.property with parameters of type OptionalProperty.OptionalType Constructor Description OptionalProperty(Datatype datatype, Property property, OptionalProperty.OptionalType optional, javax.lang.model.type.TypeMirror elementType, java.util.Optional<javax.lang.model.type.TypeMirror> unboxedType, FunctionalType mapperType)
-