public static interface PropertyCodeGenerator.Factory
PropertyCodeGenerator.| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<? extends PropertyCodeGenerator> |
create(PropertyCodeGenerator.Config config)
Create a new
PropertyCodeGenerator for the property described in config. |
java.util.Optional<? extends PropertyCodeGenerator> create(PropertyCodeGenerator.Config config)
PropertyCodeGenerator for the property described in config.PropertyCodeGenerator, or Optional#absent() if the factory
does not support this type of property.