Uses of Enum
org.inferred.freebuilder.processor.property.OptionalProperty.OptionalType
Packages that use OptionalProperty.OptionalType
-
Uses of OptionalProperty.OptionalType in org.inferred.freebuilder.processor.property
Fields in org.inferred.freebuilder.processor.property declared as OptionalProperty.OptionalTypeModifier and TypeFieldDescriptionprivate final OptionalProperty.OptionalTypeOptionalProperty.optionalMethods in org.inferred.freebuilder.processor.property that return OptionalProperty.OptionalTypeModifier and TypeMethodDescriptionReturns 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.OptionalTypeModifier and TypeMethodDescriptionprivate static Optional<OptionalProperty.OptionalType> OptionalProperty.Factory.maybeOptional(DeclaredType type) Constructors in org.inferred.freebuilder.processor.property with parameters of type OptionalProperty.OptionalTypeModifierConstructorDescription(package private)OptionalProperty(Datatype datatype, Property property, OptionalProperty.OptionalType optional, TypeMirror elementType, Optional<TypeMirror> unboxedType, FunctionalType mapperType)