| 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 builder for
ImmutableModule. |
ImmutableModule.Builder |
ImmutableModule.Builder.from(Module instance)
Fill builder with attribute values from provided
Module instance. |
ImmutableModule.Builder |
ImmutableModule.Builder.name(String name)
Initializes value for
name. |
ImmutableModule.Builder |
ImmutableModule.Builder.options(Map<String,? extends String> entries)
Sets or replaces all mappings from specified map as entries for
options map. |
ImmutableModule.Builder |
ImmutableModule.Builder.output(String output)
Initializes value for
output. |
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 String> entries)
Put all mappings from specified map as entries to
options map. |
ImmutableModule.Builder |
ImmutableModule.Builder.putOptions(Map.Entry<String,? extends String> entry)
Put one entry to
options map. |
ImmutableModule.Builder |
ImmutableModule.Builder.putOptions(String key,
String value)
Put one entry to
options map. |
Copyright © 2015–2016. All rights reserved.