Class JacksonConfigurator
- java.lang.Object
- 
- org.camunda.bpm.engine.rest.mapper.JacksonConfigurator
 
- 
- All Implemented Interfaces:
- javax.ws.rs.ext.ContextResolver<com.fasterxml.jackson.databind.ObjectMapper>
 
 @Provider @Produces({"application/json","application/hal+json"}) public class JacksonConfigurator extends Object implements javax.ws.rs.ext.ContextResolver<com.fasterxml.jackson.databind.ObjectMapper>
- 
- 
Field SummaryFields Modifier and Type Field Description static StringdateFormatStringstatic StringDEFAULT_DATE_FORMAT
 - 
Constructor SummaryConstructors Constructor Description JacksonConfigurator()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMapperconfigureObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)com.fasterxml.jackson.databind.ObjectMappergetContext(Class<?> clazz)static voidsetDateFormatString(String dateFormatString)
 
- 
- 
- 
Field Detail- 
DEFAULT_DATE_FORMATpublic static final String DEFAULT_DATE_FORMAT - See Also:
- Constant Field Values
 
 - 
dateFormatStringpublic static String dateFormatString 
 
- 
 - 
Method Detail- 
configureObjectMapperpublic static com.fasterxml.jackson.databind.ObjectMapper configureObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) 
 - 
getContextpublic com.fasterxml.jackson.databind.ObjectMapper getContext(Class<?> clazz) - Specified by:
- getContextin interface- javax.ws.rs.ext.ContextResolver<com.fasterxml.jackson.databind.ObjectMapper>
 
 - 
setDateFormatStringpublic static void setDateFormatString(String dateFormatString) 
 
- 
 
-