Class AbstractSearchQueryDto

    • 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<String,​String> queryParameters)
    • Method Detail

      • setObjectMapper

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

        protected void setValueBasedOnAnnotation​(String key,
                                                 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 -