类 ObjectMapperEditingAutoConfiguration
java.lang.Object
spring.turbo.autoconfiguration.ObjectMapperEditingAutoConfiguration
- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean
@AutoConfiguration
@ConditionalOnClass(name="com.fasterxml.jackson.databind.ObjectMapper")
@ConditionalOnBean(type="com.fasterxml.jackson.databind.ObjectMapper")
public class ObjectMapperEditingAutoConfiguration
extends Object
implements org.springframework.beans.factory.InitializingBean
- 从以下版本开始:
- 1.3.0
- 作者:
- 应卓
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
ObjectMapperEditingAutoConfiguration
public ObjectMapperEditingAutoConfiguration(com.fasterxml.jackson.databind.ObjectMapper om) 构造方法- 参数:
om- 要注入的ObjectMapper实例
-
-
方法详细资料
-
afterPropertiesSet
public void afterPropertiesSet()- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean
-