Interface SystemViewRowAttributeWalker.AttributeVisitor
-
- Enclosing interface:
- SystemViewRowAttributeWalker<R>
public static interface SystemViewRowAttributeWalker.AttributeVisitor
Attribute visitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> void
accept(int idx, String name, Class<T> clazz)
Visit some object property.
-