public class AnnotatedMultiPropertyPathDetector
extends io.sundr.builder.TypedVisitor<io.sundr.codegen.model.TypeDefBuilder>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DOT |
protected static String |
STATUS |
| Constructor and Description |
|---|
AnnotatedMultiPropertyPathDetector(String prefix,
String annotationName) |
AnnotatedMultiPropertyPathDetector(String prefix,
String annotationName,
List<io.sundr.codegen.model.Property> parents) |
AnnotatedMultiPropertyPathDetector(String prefix,
String annotationName,
List<io.sundr.codegen.model.Property> parents,
Map<String,io.sundr.codegen.model.Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getPaths() |
Map<String,io.sundr.codegen.model.Property> |
getProperties() |
void |
visit(io.sundr.codegen.model.TypeDefBuilder builder) |
protected static final String DOT
protected static final String STATUS
Copyright © 2015–2021 Red Hat. All rights reserved.