Uses of Interface
org.apache.struts2.json.JSONUtil.ClassVisitor

Packages that use JSONUtil.ClassVisitor
org.apache.struts2.json   
 

Uses of JSONUtil.ClassVisitor in org.apache.struts2.json
 

Methods in org.apache.struts2.json with parameters of type JSONUtil.ClassVisitor
static boolean JSONUtil.visitInterfaces(Class aClass, JSONUtil.ClassVisitor visitor)
          Visit all the interfaces realized by the specified object, its superclasses and its interfaces

Visitation is performed in the following order: aClass aClass' interfaces the interface's superclasses (interfaces) aClass' superclass superclass' interfaces superclass' interface's superclasses (interfaces) super-superclass and so on

The Object base class is base excluded.

 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.