| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
PathAwareTypedVisitor<V,P> |
class |
TypedVisitor<V> |
| Modifier and Type | Method and Description |
|---|---|
static <V extends Visitor<?>,F> |
BaseFluent.canVisit(V visitor,
F fluent) |
| Modifier and Type | Method and Description |
|---|---|
default <V> T |
Visitable.accept(Class<V> type,
Visitor<V> visitor) |
<V> F |
BaseFluent.accept(Class<V> type,
Visitor<V> visitor) |
T |
Visitable.accept(Visitor... visitor) |
F |
BaseFluent.accept(Visitor... visitors) |
F |
BaseFluent.acceptInternal(Visitor<?>... visitors) |
Copyright © 2015–2022 Red Hat. All rights reserved.