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