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 | Description |
---|---|---|
interface |
RuntimeAttributePropertyInfo |
|
interface |
RuntimeElementPropertyInfo |
|
interface |
RuntimeMapPropertyInfo |
|
interface |
RuntimeReferencePropertyInfo |
|
interface |
RuntimeValuePropertyInfo |
Modifier and Type | Method | Description |
---|---|---|
RuntimePropertyInfo |
RuntimeClassInfo.getProperty(String name) |
|
RuntimePropertyInfo |
RuntimeNonElementRef.getSource() |
|
RuntimePropertyInfo |
RuntimeTypeRef.getSource() |
Modifier and Type | Method | Description |
---|---|---|
List<? extends RuntimePropertyInfo> |
RuntimeClassInfo.getProperties() |
Modifier and Type | Method | Description |
---|---|---|
RuntimePropertyInfo |
Property.getInfo() |
Provides more
RuntimePropertyInfo information on the property. |
Modifier and Type | Method | Description |
---|---|---|
static Property |
PropertyFactory.create(JAXBContextImpl grammar,
RuntimePropertyInfo info) |
Creates/obtains a properly configured
Property
object from the given description. |
Modifier and Type | Method | Description |
---|---|---|
static TransducedAccessor |
OptimizedTransducedAccessorFactory.get(RuntimePropertyInfo prop) |
Gets the optimized
TransducedAccessor if possible. |
Copyright © 2018 Oracle Corporation. All rights reserved.