public class MapPropertyFactory
extends java.lang.Object
PropertyCodeGenerator.Factory providing append-only semantics for Map
properties.| Constructor and Description |
|---|
MapPropertyFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<? extends PropertyCodeGenerator> |
create(org.inferred.freebuilder.processor.PropertyCodeGenerator.Config config)
Create a new
PropertyCodeGenerator for the property described in config. |
public com.google.common.base.Optional<? extends PropertyCodeGenerator> create(org.inferred.freebuilder.processor.PropertyCodeGenerator.Config config)
PropertyCodeGenerator for the property described in config.PropertyCodeGenerator, or Optional.absent() if the factory
does not support this type of property.