ImmutableModule.Builder |
ImmutableModule.Builder.addAllProtos(Iterable<? extends Proto> elements) |
|
ImmutableModule.Builder |
ImmutableModule.Builder.addProtos(Proto element) |
Adds one element to protos list.
|
ImmutableModule.Builder |
ImmutableModule.Builder.addProtos(Proto... elements) |
|
static ImmutableModule.Builder |
ImmutableModule.builder() |
|
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> entries) |
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> entries) |
Put all mappings from the specified map as entries to options map.
|
ImmutableModule.Builder |
ImmutableModule.Builder.putOptions(String key,
Object value) |
|
ImmutableModule.Builder |
ImmutableModule.Builder.putOptions(Map.Entry<String,? extends Object> entry) |
|
ImmutableModule.Builder |
ImmutableModule.Builder.usageIndex(UsageIndex usageIndex) |
Initializes the value for the usageIndex attribute.
|