Interface FieldVisitor<T>

  • Type Parameters:
    T - the type of the return value of all visit methods in this class
    All Known Implementing Classes:
    LuceneFieldVisitor

    public interface FieldVisitor<T>
    Declares a visitor over the hierarchy of types under FieldDescriptor.
    Since:
    7.17