Package org.camunda.bpm.engine.rest.dto
Class AbstractSearchQueryDto
- java.lang.Object
- 
- org.camunda.bpm.engine.rest.dto.AbstractSearchQueryDto
 
- 
- Direct Known Subclasses:
- AbstractQueryDto,- AbstractReportDto
 
 public abstract class AbstractSearchQueryDto extends java.lang.Object- Author:
- Roman Smirnov
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapper
 - 
Constructor SummaryConstructors Constructor Description AbstractSearchQueryDto()AbstractSearchQueryDto(com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> queryParameters)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)protected voidsetValueBasedOnAnnotation(java.lang.String key, java.lang.String value)Finds the methods that are annotated with aCamundaQueryParamwith a value that matches the key parameter.
 
- 
- 
- 
Method Detail- 
setObjectMapperpublic void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) 
 - 
setValueBasedOnAnnotationprotected void setValueBasedOnAnnotation(java.lang.String key, java.lang.String value)Finds the methods that are annotated with aCamundaQueryParamwith a value that matches the key parameter. Before invoking these methods, the annotatedStringToTypeConverteris used to convert the String value to the desired Java type.- Parameters:
- key-
- value-
 
 
- 
 
-