| Modifier and Type | Method and Description |
|---|---|
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.addAllLines(Iterable<? extends HasLine> elements)
Adds elements to
lines list. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.addAllLinesOfCode(Iterable<String> elements)
Adds elements to
linesOfCode list. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.addLines(HasLine... elements)
Adds elements to
lines list. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.addLines(HasLine element)
Adds one element to
lines list. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.addLinesOfCode(String... elements)
Adds elements to
linesOfCode list. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.addLinesOfCode(String element)
Adds one element to
linesOfCode list. |
static ImmutableRecordings.Builder |
ImmutableRecordings.builder()
Creates a builder for
ImmutableRecordings. |
static ImmutableRecordings.Builder |
Recordings.builder() |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.classes(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
classes map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.from(Recordings instance)
Fill a builder with attribute values from the provided
Recordings instance. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.lines(Iterable<? extends HasLine> elements)
Sets or replaces all elements for
lines list. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.linesOfCode(Iterable<String> elements)
Sets or replaces all elements for
linesOfCode list. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.methodsCalled(Map<String,? extends CalledMethod> entries)
Sets or replaces all mappings from the specified map as entries for the
methodsCalled map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.output(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
output map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putAllClasses(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
classes map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putAllMethodsCalled(Map<String,? extends CalledMethod> entries)
Put all mappings from the specified map as entries to
methodsCalled map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putAllOutput(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
output map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putAllResources(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
resources map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putClasses(Map.Entry<String,? extends String> entry)
Put one entry to the
classes map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putClasses(String key,
String value)
Put one entry to the
classes map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putMethodsCalled(Map.Entry<String,? extends CalledMethod> entry)
Put one entry to the
methodsCalled map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putMethodsCalled(String key,
CalledMethod value)
Put one entry to the
methodsCalled map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putOutput(Map.Entry<String,? extends String> entry)
Put one entry to the
output map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putOutput(String key,
String value)
Put one entry to the
output map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putResources(Map.Entry<String,? extends String> entry)
Put one entry to the
resources map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putResources(String key,
String value)
Put one entry to the
resources map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.replacementNotFoundFallback(BiFunction<String,Set<String>,String> replacementNotFoundFallback)
Initializes the optional value
replacementNotFoundFallback to replacementNotFoundFallback. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.replacementNotFoundFallback(Optional<? extends BiFunction<String,Set<String>,String>> replacementNotFoundFallback)
Initializes the optional value
replacementNotFoundFallback to replacementNotFoundFallback. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.resources(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
resources map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.templateReference(TemplateReference templateReference)
Initializes the value for the
templateReference attribute. |
Copyright © 2022. All rights reserved.