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

    Modifier and Type
    Method
    Description
    boolean
    visit(Class aClass)
    Called when a new interface/class is encountered
  • Method Details

    • visit

      boolean visit(Class aClass)
      Called 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