Package | Description |
---|---|
org.apache.struts2.json |
Modifier and Type | Method and Description |
---|---|
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–2020 Apache Software Foundation. All rights reserved.