Class QueryHandlerFactory

java.lang.Object
com.winterhavenmc.library.messagebuilder.query.QueryHandlerFactory

public class QueryHandlerFactory extends Object
  • Constructor Details

    • QueryHandlerFactory

      public QueryHandlerFactory(SectionResourceManager languageResourceManager)
      Class constructor
  • Method Details

    • getQueryHandler

      public <R extends SectionRecord> QueryHandler<R> getQueryHandler(Section section)
      Retrieve query handler for section
      Parameters:
      section - the section for which a query handler is returned
      Returns:
      a query handler for the section