Class DefaultProperty.Factory
java.lang.Object
org.inferred.freebuilder.processor.property.DefaultProperty.Factory
- All Implemented Interfaces:
PropertyCodeGenerator.Factory
- Enclosing class:
DefaultProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(PropertyCodeGenerator.Config config) Create a newPropertyCodeGeneratorfor the property described inconfig.private static voidprivate static booleanmutableWarningsSuppressed(Element element)
-
Constructor Details
-
Factory
Factory()
-
-
Method Details
-
create
Description copied from interface:PropertyCodeGenerator.FactoryCreate a newPropertyCodeGeneratorfor the property described inconfig.- Specified by:
createin interfacePropertyCodeGenerator.Factory- Returns:
- A new
PropertyCodeGenerator, orOptional.empty()if the factory does not support this type of property.
-
issueMutabilityWarning
-
mutableWarningsSuppressed
-