Interface InterfaceVisitor


  • public interface InterfaceVisitor
    • Method Detail

      • visitInterface

        void visitInterface​(java.lang.Class<?> clazz)
      • shouldVisitMethod

        boolean shouldVisitMethod​(java.lang.reflect.Method method)
      • visitMethod

        <T> void visitMethod​(java.lang.reflect.Method method,
                             java.lang.Class<T> dataType,
                             boolean multiple,
                             boolean nullable)