Class AbstractSearchQueryDto

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractSearchQueryDto()  
      AbstractSearchQueryDto​(com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.ws.rs.core.MultivaluedMap<java.lang.String,​java.lang.String> queryParameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
      protected void setValueBasedOnAnnotation​(java.lang.String key, java.lang.String value)
      Finds the methods that are annotated with a CamundaQueryParam with a value that matches the key parameter.
      • 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
    • Constructor Detail

      • AbstractSearchQueryDto

        public AbstractSearchQueryDto()
      • AbstractSearchQueryDto

        public AbstractSearchQueryDto​(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                      javax.ws.rs.core.MultivaluedMap<java.lang.String,​java.lang.String> queryParameters)
    • Method Detail

      • setObjectMapper

        public void setObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      • setValueBasedOnAnnotation

        protected void setValueBasedOnAnnotation​(java.lang.String key,
                                                 java.lang.String value)
        Finds the methods that are annotated with a CamundaQueryParam with a value that matches the key parameter. Before invoking these methods, the annotated StringToTypeConverter is used to convert the String value to the desired Java type.
        Parameters:
        key -
        value -