| Package | Description |
|---|---|
| io.protostuff.compiler.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableModule |
ImmutableModule.Builder.build()
Builds new
ImmutableModule. |
static ImmutableModule |
ImmutableModule.copyOf(Module instance)
Creates immutable copy of
Module. |
ImmutableModule |
ImmutableModule.withName(String value)
Copy current immutable object by setting value for
name. |
ImmutableModule |
ImmutableModule.withOptions(Map<String,? extends String> entries)
Copy current immutable object by replacing
options map with specified map. |
ImmutableModule |
ImmutableModule.withOutput(String value)
Copy current immutable object by setting value for
output. |
ImmutableModule |
ImmutableModule.withProtos(Iterable<? extends Proto> elements)
Copy current immutable object with elements that replace content of
protos. |
ImmutableModule |
ImmutableModule.withProtos(Proto... elements)
Copy current immutable object with elements that replace content of
protos. |
Copyright © 2015–2016. All rights reserved.