Uses of Class
org.inferred.freebuilder.processor.BuildableType_Builder.Property
-
Packages that use BuildableType_Builder.Property Package Description org.inferred.freebuilder.processor -
-
Uses of BuildableType_Builder.Property in org.inferred.freebuilder.processor
Fields in org.inferred.freebuilder.processor with type parameters of type BuildableType_Builder.Property Modifier and Type Field Description private java.util.EnumSet<BuildableType_Builder.Property>BuildableType_Builder. _unsetPropertiesprivate java.util.EnumSet<BuildableType_Builder.Property>BuildableType_Builder.Partial. _unsetPropertiesMethods in org.inferred.freebuilder.processor that return BuildableType_Builder.Property Modifier and Type Method Description static BuildableType_Builder.PropertyBuildableType_Builder.Property. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuildableType_Builder.Property[]BuildableType_Builder.Property. values()Returns an array containing the constants of this enum type, in the order they are declared.
-