| Modifier and Type | Method and Description |
|---|---|
Recording |
Recording.replacementNotFoundFallback(BiFunction<String,Set<String>,String> fallback) |
Recording |
Recording.resource(String label,
Class<?> clazz,
String resourceName,
ResourceFilter... filters) |
Recording |
Recording.sourceCodeOf(String label,
Class<?> clazz,
Includes... includeOptions) |
Recording |
Recording.thisMethod(String label)
Deprecated.
|
protected static Recording |
Recorder.with(Class<?> clazz,
String template,
ReplacementPattern replacementPattern,
TabSize tabSize) |
protected static Recording |
Recorder.with(Class<?> clazz,
String template,
TabSize tabSize)
Deprecated.
|
static Recording |
Recorder.with(String template) |
static Recording |
Recorder.with(String template,
ReplacementPattern replacementPattern,
TabSize tabSize) |
static Recording |
Recorder.with(String template,
TabSize tabSize) |
Copyright © 2023. All rights reserved.