JavaScript is disabled on your browser.
Skip navigation links
Red Hat JBoss Enterprise Application Platform 8.1.1.GA + JBoss EAP XP 6.0.0.GA
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.jboss.resteasy.annotations.providers.jaxb
Annotation Interface JAXBConfig
@Documented
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
TYPE
,
PARAMETER
})
public @interface
JAXBConfig
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
XmlNs
[]
namespaces
String
schema
String
schemaType
boolean
useNameSpacePrefix
boolean
validate
Element Details
useNameSpacePrefix
boolean
useNameSpacePrefix
Default:
false
namespaces
XmlNs
[]
namespaces
Default:
{}
validate
boolean
validate
Default:
false
schema
String
schema
Default:
""
schemaType
String
schemaType
Default:
"http://www.w3.org/2001/XMLSchema"