Class UserIndexQueryBuilderImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper  
      protected java.lang.String order  
      protected java.lang.String sort  
    • Constructor Summary

      Constructors 
      Constructor Description
      UserIndexQueryBuilderImpl​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String build​(UserIndexQueryRequest request, java.lang.String defaultSort)  
      java.lang.String getOrder()  
      java.lang.String getSort()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • objectMapper

        protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
      • sort

        protected java.lang.String sort
      • order

        protected java.lang.String order
    • Constructor Detail

      • UserIndexQueryBuilderImpl

        public UserIndexQueryBuilderImpl​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)