Package org.apache.struts2.json
Interface JSONUtil.ClassVisitor
- Enclosing class:
- JSONUtil
public static interface JSONUtil.ClassVisitor
Realizes the visit(Class) method called by vistInterfaces for all
 encountered classes/interfaces
- 
Method Summary
- 
Method Details- 
visitCalled when a new interface/class is encountered- Parameters:
- aClass- the encountered class/interface
- Returns:
- true if the recursion should continue, false to stop recursion immediately
 
 
-