@Value.Immutable
public interface Recordings
| Modifier and Type | Method and Description |
|---|---|
static ImmutableRecordings.Builder |
builder() |
Map<String,String> |
classes() |
List<HasLine> |
lines() |
List<String> |
linesOfCode() |
Map<String,CalledMethod> |
methodsCalled() |
Map<String,String> |
output() |
Optional<BiFunction<String,Set<String>,String>> |
replacementNotFoundFallback() |
Map<String,String> |
resources() |
TemplateReference |
templateReference() |
TemplateReference templateReference()
Map<String,CalledMethod> methodsCalled()
Optional<BiFunction<String,Set<String>,String>> replacementNotFoundFallback()
static ImmutableRecordings.Builder builder()
Copyright © 2023. All rights reserved.