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