Uses of Class
org.jboss.resteasy.annotations.providers.jaxb.JAXBConfig
-
Packages that use JAXBConfig Package Description org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of JAXBConfig in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb with parameters of type JAXBConfig Modifier and Type Method Description private void
JAXBContextWrapper. processConfig(JAXBConfig config)
FIXME Comment thisConstructors in org.jboss.resteasy.plugins.providers.jaxb with parameters of type JAXBConfig Constructor Description JAXBContextWrapper(java.lang.Class<?>[] classes, java.util.Map<java.lang.String,java.lang.Object> properties, JAXBConfig config)
Create a new JAXBContextWrapper.JAXBContextWrapper(java.lang.String contextPath, JAXBConfig config)
Create a new JAXBContextWrapper.JAXBContextWrapper(javax.xml.bind.JAXBContext wrappedContext, JAXBConfig config)
JAXBContextWrapper(JAXBConfig config, java.lang.Class<?>... classes)
Create a new JAXBContextWrapper.
-