Uses of Class
io.protostuff.compiler.model.ImmutableModule
-
Packages that use ImmutableModule Package Description io.protostuff.compiler.model -
-
Uses of ImmutableModule in io.protostuff.compiler.model
Methods in io.protostuff.compiler.model that return ImmutableModule Modifier and Type Method Description ImmutableModuleImmutableModule.Builder. build()Builds a newImmutableModule.static ImmutableModuleImmutableModule. copyOf(Module instance)Creates an immutable copy of aModulevalue.ImmutableModuleImmutableModule. withName(String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableModuleImmutableModule. withOptions(Map<String,? extends Object> entries)Copy the current immutable object by replacing theoptionsmap with the specified map.ImmutableModuleImmutableModule. withOutput(String value)Copy the current immutable object by setting a value for theoutputattribute.ImmutableModuleImmutableModule. withProtos(Proto... elements)Copy the current immutable object with elements that replace the content ofprotos.ImmutableModuleImmutableModule. withProtos(Iterable<? extends Proto> elements)Copy the current immutable object with elements that replace the content ofprotos.ImmutableModuleImmutableModule. withUsageIndex(UsageIndex value)Copy the current immutable object by setting a value for theusageIndexattribute.
-