Class ObjectMapperJpaConfiguration
- java.lang.Object
-
- org.activiti.cloud.services.modeling.entity.ObjectMapperJpaConfiguration
-
@Configuration @AutoConfigureBefore(org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration.class) public class ObjectMapperJpaConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperJpaConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonConverter<Extensions>extensionsConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)com.fasterxml.jackson.databind.ModulejsonModelingModuleJpa()
-
-
-
Method Detail
-
jsonModelingModuleJpa
@Bean public com.fasterxml.jackson.databind.Module jsonModelingModuleJpa()
-
extensionsConverter
@Bean public JsonConverter<Extensions> extensionsConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-