| Package | Description |
|---|---|
| com.sun.xml.bind.v2.model.runtime |
The specialization of
com.sun.xml.bind.v2.model.core for the runtime. |
| com.sun.xml.bind.v2.runtime.property | |
| com.sun.xml.bind.v2.runtime.reflect.opt |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeAttributePropertyInfo |
interface |
RuntimeElementPropertyInfo |
interface |
RuntimeMapPropertyInfo |
interface |
RuntimeReferencePropertyInfo |
interface |
RuntimeValuePropertyInfo |
| Modifier and Type | Method and Description |
|---|---|
RuntimePropertyInfo |
RuntimeClassInfo.getProperty(String name) |
RuntimePropertyInfo |
RuntimeNonElementRef.getSource() |
RuntimePropertyInfo |
RuntimeTypeRef.getSource() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends RuntimePropertyInfo> |
RuntimeClassInfo.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
RuntimePropertyInfo |
Property.getInfo()
Provides more
RuntimePropertyInfo information on the property. |
| Modifier and Type | Method and Description |
|---|---|
static Property |
PropertyFactory.create(JAXBContextImpl grammar,
RuntimePropertyInfo info)
Creates/obtains a properly configured
Property
object from the given description. |
| Modifier and Type | Method and Description |
|---|---|
static TransducedAccessor |
OptimizedTransducedAccessorFactory.get(RuntimePropertyInfo prop)
Gets the optimized
TransducedAccessor if possible. |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.