Class ObjectMapperJpaConfiguration
java.lang.Object
org.activiti.cloud.services.modeling.entity.ObjectMapperJpaConfiguration
@AutoConfiguration
@AutoConfigureBefore(org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration.class)
public class ObjectMapperJpaConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextensionsConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) com.fasterxml.jackson.databind.Modulecom.fasterxml.jackson.databind.Module
-
Constructor Details
-
ObjectMapperJpaConfiguration
public ObjectMapperJpaConfiguration()
-
-
Method Details
-
jsonModelingModuleJpa
@Bean public com.fasterxml.jackson.databind.Module jsonModelingModuleJpa() -
jsonStringSanitizingModelingModule
@Bean public com.fasterxml.jackson.databind.Module jsonStringSanitizingModelingModule() -
extensionsConverter
@Bean public JsonConverter<Extensions> extensionsConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-