类 Jackson2ObjectMapperBuilder.XmlObjectMapperInitializer
java.lang.Object
cn.taketoday.http.converter.json.Jackson2ObjectMapperBuilder.XmlObjectMapperInitializer
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明create(boolean defaultUseWrapper, JsonFactory factory) create(JsonFactory factory) static XMLInputFactoryCreate anXMLInputFactorywith defensive setup, i.e. no support for the resolution of DTDs and external entities.static <T extends XMLInputFactory>
TcreateDefensiveInputFactory(Supplier<T> instanceSupplier) Variant ofcreateDefensiveInputFactory()with a custom instance.
-
字段详细资料
-
NO_OP_XML_RESOLVER
-
-
构造器详细资料
-
XmlObjectMapperInitializer
private XmlObjectMapperInitializer()
-
-
方法详细资料
-
create
-
create
-
createDefensiveInputFactory
Create anXMLInputFactorywith defensive setup, i.e. no support for the resolution of DTDs and external entities.- 返回:
- a new defensively initialized input factory instance to use
-
createDefensiveInputFactory
public static <T extends XMLInputFactory> T createDefensiveInputFactory(Supplier<T> instanceSupplier) Variant ofcreateDefensiveInputFactory()with a custom instance.- 参数:
instanceSupplier- supplier for the input factory instance- 返回:
- a new defensively initialized input factory instance to use
-