public abstract class RegisteredTypeKindVisitor<T>
extends java.lang.Object
By design this class may have abstract methods added without notification, and subclasses will be responsible for providing the implementation in order to ensure compatibility.
| Constructor and Description |
|---|
RegisteredTypeKindVisitor() |
| Modifier and Type | Method and Description |
|---|---|
T |
visit(BrooklynTypeRegistry.RegisteredTypeKind kind) |
public T visit(BrooklynTypeRegistry.RegisteredTypeKind kind)