程序包 cn.cns.web.utils
类 StaticBeans
- java.lang.Object
-
- cn.cns.web.utils.StaticBeans
-
public class StaticBeans extends Object
静态 Bean 引用类- 作者:
- dhc
-
-
构造器概要
构造器 构造器 说明 StaticBeans()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static voidconfigObjectMapperDefault(com.fasterxml.jackson.databind.ObjectMapper objectMapper)static com.fasterxml.jackson.databind.ObjectMappergetObjectMapper()static org.springframework.web.client.RestTemplategetRestTemplate()static com.fasterxml.jackson.dataformat.xml.XmlMappergetXmlMapper()
-
-
-
方法详细资料
-
configObjectMapperDefault
public static void configObjectMapperDefault(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
getObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-
getXmlMapper
public static com.fasterxml.jackson.dataformat.xml.XmlMapper getXmlMapper()
-
getRestTemplate
public static org.springframework.web.client.RestTemplate getRestTemplate()
-
-