public class AnnotatedPropertyPathDetector
extends io.sundr.builder.TypedVisitor<io.sundr.model.TypeDefBuilder>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DOT |
protected static String |
STATUS |
| Constructor and Description |
|---|
AnnotatedPropertyPathDetector(String prefix,
String annotationName) |
AnnotatedPropertyPathDetector(String prefix,
String annotationName,
List<io.sundr.model.Property> parents) |
AnnotatedPropertyPathDetector(String prefix,
String annotationName,
List<io.sundr.model.Property> parents,
AtomicReference<Optional<String>> reference) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getPath() |
void |
visit(io.sundr.model.TypeDefBuilder builder) |
protected static final String DOT
protected static final String STATUS
Copyright © 2015–2020 Red Hat. All rights reserved.