| Package | Description |
|---|---|
| com.sun.xml.bind.v2.runtime |
Code that implements JAXBContext, Unmarshaller, and Marshaller.
|
| com.sun.xml.bind.v2.runtime.property |
| Modifier and Type | Field | Description |
|---|---|---|
Property<BeanT>[] |
ClassBeanInfoImpl.properties |
Properties of this bean class but not its ancestor classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
Property |
XMLSerializer.getCurrentProperty() |
May return null when the property hasn't been set.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AttributeProperty<BeanT> |
Property implementation for AttributePropertyInfo. |
class |
ValueProperty<BeanT> |
Property implementation for XmlValue properties. |
| Modifier and Type | Method | Description |
|---|---|---|
static Property |
PropertyFactory.create(JAXBContextImpl grammar,
RuntimePropertyInfo info) |
Creates/obtains a properly configured
Property
object from the given description. |
Copyright © 2018 Oracle Corporation. All rights reserved.