Interface Visitor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  Visitor.Ignore  
      static interface  Visitor.Invoke  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean visit​(java.lang.String name, java.lang.Object value, java.lang.reflect.Type fieldType)  
    • Method Detail

      • visit

        boolean visit​(java.lang.String name,
                      java.lang.Object value,
                      java.lang.reflect.Type fieldType)