Uses of Annotation Type
org.jboss.resteasy.annotations.providers.jaxb.JAXBConfig
Packages that use JAXBConfig
-
Uses of JAXBConfig in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb with parameters of type JAXBConfigModifier and TypeMethodDescriptionprivate void
JAXBContextWrapper.processConfig
(JAXBConfig config) FIXME Comment thisConstructors in org.jboss.resteasy.plugins.providers.jaxb with parameters of type JAXBConfigModifierConstructorDescriptionJAXBContextWrapper
(Class<?>[] classes, Map<String, Object> properties, JAXBConfig config) Create a new JAXBContextWrapper.JAXBContextWrapper
(String contextPath, JAXBConfig config) Create a new JAXBContextWrapper.JAXBContextWrapper
(JAXBContext wrappedContext, JAXBConfig config) JAXBContextWrapper
(JAXBConfig config, Class<?>... classes) Create a new JAXBContextWrapper.