public class SetMultimapPropertyFactory extends Object
PropertyCodeGenerator.Factory providing append-only semantics for SetMultimap
properties.| Constructor and Description |
|---|
SetMultimapPropertyFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<org.inferred.freebuilder.processor.SetMultimapPropertyFactory.CodeGenerator> |
create(org.inferred.freebuilder.processor.PropertyCodeGenerator.Config config)
Create a new
PropertyCodeGenerator for the property described in config. |
public com.google.common.base.Optional<org.inferred.freebuilder.processor.SetMultimapPropertyFactory.CodeGenerator> 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.Copyright © 2015 Google, Inc.. All rights reserved.