Interface ExportRequestScope.Visitor<T>

Enclosing class:
ExportRequestScope

public static interface ExportRequestScope.Visitor<T>
  • Method Details

    • visitTenant

      T visitTenant()
    • visitSubject

      T visitSubject()
    • visitUnknown

      T visitUnknown(String unknownType)