| Modifier and Type | Method and Description |
|---|---|
ImmutableRecordings |
ImmutableRecordings.Builder.build()
Builds a new
ImmutableRecordings. |
static ImmutableRecordings |
ImmutableRecordings.copyOf(Recordings instance)
Creates an immutable copy of a
Recordings value. |
ImmutableRecordings |
ImmutableRecordings.withClasses(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
classes map with the specified map. |
ImmutableRecordings |
ImmutableRecordings.withLines(HasLine... elements)
Copy the current immutable object with elements that replace the content of
lines. |
ImmutableRecordings |
ImmutableRecordings.withLines(Iterable<? extends HasLine> elements)
Copy the current immutable object with elements that replace the content of
lines. |
ImmutableRecordings |
ImmutableRecordings.withLinesOfCode(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
linesOfCode. |
ImmutableRecordings |
ImmutableRecordings.withLinesOfCode(String... elements)
Copy the current immutable object with elements that replace the content of
linesOfCode. |
ImmutableRecordings |
ImmutableRecordings.withMethodsCalled(Map<String,? extends CalledMethod> entries)
Copy the current immutable object by replacing the
methodsCalled map with the specified map. |
ImmutableRecordings |
ImmutableRecordings.withOutput(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
output map with the specified map. |
ImmutableRecordings |
ImmutableRecordings.withReplacementNotFoundFallback(BiFunction<String,Set<String>,String> value)
Copy the current immutable object by setting a present value for the optional
replacementNotFoundFallback attribute. |
ImmutableRecordings |
ImmutableRecordings.withReplacementNotFoundFallback(Optional<? extends BiFunction<String,Set<String>,String>> optional)
Copy the current immutable object by setting an optional value for the
replacementNotFoundFallback attribute. |
ImmutableRecordings |
ImmutableRecordings.withResources(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
resources map with the specified map. |
ImmutableRecordings |
ImmutableRecordings.withTemplateReference(TemplateReference value)
Copy the current immutable object by setting a value for the
templateReference attribute. |
Copyright © 2022. All rights reserved.