Class TypedVisitor<V>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.TypedVisitor<V>
-
- All Implemented Interfaces:
Visitor<V>
- Direct Known Subclasses:
PathAwareTypedVisitor
public abstract class TypedVisitor<V> extends Object implements Visitor<V>
-
-
Constructor Summary
Constructors Constructor Description TypedVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<V>getType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.builder.Visitor
addRequirement, addRequirement, canVisit, getRequirement, hasItem, hasVisitMethodMatching, order, visit, visit
-
-