Package | Description |
---|---|
org.dcm4che3.conf.api |
This package is part of the Maven module dcm4che-conf-api.
|
org.dcm4che3.conf.core |
This package is contained in the Maven module dcm4che-conf-core.
|
org.dcm4che3.conf.core.adapters |
This package is contained in the Maven module dcm4che-conf-core.
|
org.dcm4che3.conf.core.api |
This package is contained in the Maven module dcm4che-conf-core-api.
|
org.dcm4che3.conf.core.api.internal |
This package is contained in the Maven module dcm4che-conf-core-api.
|
org.dcm4che3.conf.core.context |
This package is contained in the Maven module dcm4che-conf-core-api.
|
org.dcm4che3.conf.dicom |
This package is part of the Maven module dcm4che-conf-api
and dcm4che-conf-dicom.
|
org.dcm4che3.conf.dicom.adapters |
This package is part of the Maven modules dcm4che-conf-dicom.
|
Modifier and Type | Method and Description |
---|---|
T |
DefaultDelegatingConfigTypeAdapter.fromConfigNode(ST configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Modifier and Type | Method and Description |
---|---|
<T> T |
DefaultTypeSafeConfiguration.findByUUID(String uuid,
Class<T> clazz,
LoadingContext ctx) |
<T> T |
DefaultTypeSafeConfiguration.load(Path path,
Class<T> clazz,
LoadingContext ctx) |
<T> T |
DefaultBeanVitalizer.newConfiguredInstance(Map<String,Object> configurationNode,
Class<T> clazz,
LoadingContext ctx) |
Modifier and Type | Method and Description |
---|---|
static Object |
DefaultConfigTypeAdapters.delegateGetChildFromConfigNode(Map<String,Object> configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent)
Gets a child node using the name of the provided property, and then looks up the proper adapter and runs it against this child node
|
T |
ReflectiveAdapter.fromConfigNode(Map<String,Object> configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Map<K,V> |
MapTypeAdapter.fromConfigNode(Map<String,Object> configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Map<Class<?>,Object> |
ExtensionTypeAdapter.fromConfigNode(Map<String,Object> configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Object |
DefaultReferenceAdapter.fromConfigNode(Object configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Enum<?> |
DefaultConfigTypeAdapters.EnumTypeAdapter.fromConfigNode(Object configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Object |
ArrayTypeAdapter.fromConfigNode(Object configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
T |
NullToNullDecorator.fromConfigNode(ST configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
X509Certificate |
X509CertificateAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
TimeZone |
TimeZoneTypeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
TimeUnit |
TimeUnitTypeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
T |
DefaultConfigTypeAdapters.CommonAbstractTypeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent)
Deprecated.
|
T |
DefaultConfigTypeAdapters.PrimitiveTypeAdapter.fromConfigNode(T configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
T |
DefaultConfigTypeAdapters.NullablePrimitiveTypeAdapter.fromConfigNode(T configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
V |
CollectionTypeAdapter.fromConfigNode(T configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
private Object |
DefaultReferenceAdapter.getReferencedConfigurableObject(String uuid,
LoadingContext ctx,
ConfigProperty property) |
private void |
ReflectiveAdapter.injectParent(LoadingContext ctx,
Class<T> clazz,
T confObj,
Object parent,
String uuid) |
private void |
ReflectiveAdapter.populate(Map<String,Object> configNode,
LoadingContext ctx,
Class<T> clazz,
T confObj,
Object parent,
String uuid) |
private void |
ReflectiveAdapter.populateFields(Map<String,Object> configNode,
LoadingContext ctx,
Class<T> clazz,
T confObj) |
private Object |
DefaultReferenceAdapter.resolveDeprecatedReference(String configNode,
ConfigProperty property,
LoadingContext ctx) |
Modifier and Type | Method and Description |
---|---|
<T> T |
TypeSafeConfiguration.findByUUID(String uuid,
Class<T> clazz,
LoadingContext ctx) |
<T> T |
TypeSafeConfiguration.load(Path path,
Class<T> clazz,
LoadingContext ctx) |
Modifier and Type | Method and Description |
---|---|
T |
ConfigTypeAdapter.fromConfigNode(ST configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent)
Converts serialized configuration representation to the type provided by this adaptor.
|
<T> T |
BeanVitalizer.newConfiguredInstance(Map<String,Object> configurationNode,
Class<T> clazz,
LoadingContext ctx) |
Modifier and Type | Method and Description |
---|---|
LoadingContext |
ContextFactory.newLoadingContext() |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
AppEntityTCGroupHandlingTypeAdapter.fromConfigNode(Map configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Modifier and Type | Method and Description |
---|---|
ValueSelector |
ValueSelectorTypeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Property |
PropertyTypeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Issuer |
IssuerTypeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Code |
CodeTypeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
EventTypeCode |
AuditSimpleTypeAdapters.EventTypeCodeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
EventID |
AuditSimpleTypeAdapters.EventIDTypeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
RoleIDCode |
AuditSimpleTypeAdapters.RoleIDCodeTypeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
AttributesFormat |
AttributeFormatTypeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Copyright © 2017 dcm4che.org. All rights reserved.