Interface Visitor

All Known Implementing Classes:
AccessVisitor, CollectingVisitor, ResourceUtilizer.Visitor

public interface Visitor
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static @interface 
     
    static @interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    visit(String name, Object value, Type fieldType)
     
  • Method Details