|
EclipseLink 2.4.0, build 'v20120509-r11325' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.jaxb.JAXBContextProperties
public class JAXBContextProperties
These are properties that may be passed in to create a JAXBContext:
Map<String, Object> properties = new HashMap(1); properties.put(); JAXBContext jc = JAXBContext.newInstance(new Class[] {Foo.class}, properties);
Field Summary | |
---|---|
static java.lang.String |
JSON_ATTRIBUTE_PREFIX
The Constant JSON_ATTRIBUTE_PREFIX. |
static java.lang.String |
JSON_INCLUDE_ROOT
The Constant JSON_INCLUDE_ROOT. |
static java.lang.String |
JSON_NAMESPACE_SEPARATOR
The Constant JSON_NAMESPACE_SEPARATOR. |
static java.lang.String |
JSON_VALUE_WRAPPER
The Constant JSON_VALUE_WRAPPER. |
static java.lang.String |
MEDIA_TYPE
The Constant MEDIA_TYPE. |
static java.lang.String |
NAMESPACE_PREFIX_MAPPER
The Constant NAMESPACE_PREFIX_MAPPER. |
static java.lang.String |
SESSION_EVENT_LISTENER
The Constant SESSION_EVENT_LISTENER. |
Constructor Summary | |
---|---|
JAXBContextProperties()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String JSON_ATTRIBUTE_PREFIX
public static final java.lang.String JSON_INCLUDE_ROOT
public static final java.lang.String JSON_NAMESPACE_SEPARATOR
public static final java.lang.String JSON_VALUE_WRAPPER
public static final java.lang.String MEDIA_TYPE
public static final java.lang.String NAMESPACE_PREFIX_MAPPER
public static final java.lang.String SESSION_EVENT_LISTENER
SessionEventListener
,
Constant Field ValuesConstructor Detail |
---|
public JAXBContextProperties()
|
EclipseLink 2.4.0, build 'v20120509-r11325' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |