Uses of Class
org.inferred.freebuilder.processor.property.PrimitiveOptionalProperty.OptionalType
-
Packages that use PrimitiveOptionalProperty.OptionalType Package Description org.inferred.freebuilder.processor.property -
-
Uses of PrimitiveOptionalProperty.OptionalType in org.inferred.freebuilder.processor.property
Fields in org.inferred.freebuilder.processor.property declared as PrimitiveOptionalProperty.OptionalType Modifier and Type Field Description private PrimitiveOptionalProperty.OptionalTypePrimitiveOptionalProperty. optionalMethods in org.inferred.freebuilder.processor.property that return PrimitiveOptionalProperty.OptionalType Modifier and Type Method Description static PrimitiveOptionalProperty.OptionalTypePrimitiveOptionalProperty.OptionalType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrimitiveOptionalProperty.OptionalType[]PrimitiveOptionalProperty.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 with parameters of type PrimitiveOptionalProperty.OptionalType Modifier and Type Method Description private static voidPrimitiveOptionalProperty.Factory. checkForInfiniteLoop(PropertyCodeGenerator.Config config, PrimitiveOptionalProperty.OptionalType optional)Constructors in org.inferred.freebuilder.processor.property with parameters of type PrimitiveOptionalProperty.OptionalType Constructor Description PrimitiveOptionalProperty(Datatype datatype, Property property, PrimitiveOptionalProperty.OptionalType optional, java.util.Optional<FunctionalType> primitiveOperator, java.util.Optional<FunctionalType> optionalOperator)
-