abstract class AbstractXmlFactory<T>
extends java.lang.Object
implements java.util.function.Supplier<T>
Supplier
instances handling XML data.Modifier and Type | Field and Description |
---|---|
private javax.ws.rs.core.Configuration |
config |
Modifier | Constructor and Description |
---|---|
protected |
AbstractXmlFactory(javax.ws.rs.core.Configuration config) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isXmlSecurityDisabled()
Determines whether the property is disabled for this factory.
|