| Package | Description |
|---|---|
| io.protostuff.compiler.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableModule.Builder |
ImmutableModule.Builder.addAllProtos(Iterable<? extends Proto> elements)
Adds elements to
protos list. |
ImmutableModule.Builder |
ImmutableModule.Builder.addProtos(Proto... elements)
Adds elements to
protos list. |
ImmutableModule.Builder |
ImmutableModule.Builder.addProtos(Proto element)
Adds one element to
protos list. |
static ImmutableModule.Builder |
ImmutableModule.builder()
Creates a builder for
ImmutableModule. |
ImmutableModule.Builder |
ImmutableModule.Builder.from(Module instance)
Fill a builder with attribute values from the provided
Module instance. |
ImmutableModule.Builder |
ImmutableModule.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutableModule.Builder |
ImmutableModule.Builder.options(Map<String,? extends Object> options)
Sets or replaces all mappings from the specified map as entries for the
options map. |
ImmutableModule.Builder |
ImmutableModule.Builder.output(String output)
Initializes the value for the
output attribute. |
ImmutableModule.Builder |
ImmutableModule.Builder.protos(Iterable<? extends Proto> elements)
Sets or replaces all elements for
protos list. |
ImmutableModule.Builder |
ImmutableModule.Builder.putAllOptions(Map<String,? extends Object> options)
Put all mappings from the specified map as entries to
options map. |
ImmutableModule.Builder |
ImmutableModule.Builder.putOptions(Map.Entry<String,? extends Object> entry)
Put one entry to the
options map. |
ImmutableModule.Builder |
ImmutableModule.Builder.putOptions(String key,
Object value)
Put one entry to the
options map. |
ImmutableModule.Builder |
ImmutableModule.Builder.usageIndex(UsageIndex usageIndex)
Initializes the value for the
usageIndex attribute. |
Copyright © 2015–2016. All rights reserved.