Package | Description |
---|---|
org.dcm4che3.conf.api |
This package is part of the Maven module dcm4che-conf-api.
|
org.dcm4che3.conf.core.adapters |
This package is contained in the Maven module dcm4che-conf-core.
|
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 |
---|---|
ST |
DefaultDelegatingConfigTypeAdapter.toConfigNode(T object,
ConfigProperty property,
SavingContext ctx) |
Modifier and Type | Method and Description |
---|---|
static void |
DefaultConfigTypeAdapters.delegateChildToConfigNode(Object object,
Map<String,Object> parentNode,
ConfigProperty property,
SavingContext ctx) |
Object |
DefaultConfigTypeAdapters.EnumTypeAdapter.toConfigNode(Enum<?> object,
ConfigProperty property,
SavingContext ctx) |
Map<String,Object> |
ExtensionTypeAdapter.toConfigNode(Map<Class<?>,Object> object,
ConfigProperty property,
SavingContext ctx) |
Map<String,Object> |
MapTypeAdapter.toConfigNode(Map<K,V> object,
ConfigProperty property,
SavingContext ctx) |
Object |
DefaultReferenceAdapter.toConfigNode(Object object,
ConfigProperty property,
SavingContext ctx) |
Object |
ArrayTypeAdapter.toConfigNode(Object object,
ConfigProperty property,
SavingContext ctx) |
Map<String,Object> |
ReflectiveAdapter.toConfigNode(T object,
ConfigProperty property,
SavingContext ctx) |
ST |
NullToNullDecorator.toConfigNode(T object,
ConfigProperty property,
SavingContext ctx) |
T |
DefaultConfigTypeAdapters.PrimitiveTypeAdapter.toConfigNode(T object,
ConfigProperty property,
SavingContext ctx) |
String |
DefaultConfigTypeAdapters.CommonAbstractTypeAdapter.toConfigNode(T object,
ConfigProperty property,
SavingContext ctx)
Deprecated.
|
String |
TimeUnitTypeAdapter.toConfigNode(TimeUnit object,
ConfigProperty property,
SavingContext ctx) |
String |
TimeZoneTypeAdapter.toConfigNode(TimeZone object,
ConfigProperty property,
SavingContext ctx) |
T |
CollectionTypeAdapter.toConfigNode(V object,
ConfigProperty property,
SavingContext ctx) |
String |
X509CertificateAdapter.toConfigNode(X509Certificate object,
ConfigProperty property,
SavingContext ctx) |
Modifier and Type | Method and Description |
---|---|
ST |
ConfigTypeAdapter.toConfigNode(T object,
ConfigProperty property,
SavingContext ctx)
Creates a serialized configuration representation for a provided object.
|
Modifier and Type | Method and Description |
---|---|
SavingContext |
ContextFactory.newSavingContext() |
Modifier and Type | Method and Description |
---|---|
Map |
AppEntityTCGroupHandlingTypeAdapter.toConfigNode(ApplicationEntity object,
ConfigProperty property,
SavingContext ctx) |
Modifier and Type | Method and Description |
---|---|
String |
AttributeFormatTypeAdapter.toConfigNode(AttributesFormat object,
ConfigProperty property,
SavingContext ctx) |
String |
CodeTypeAdapter.toConfigNode(Code object,
ConfigProperty property,
SavingContext ctx) |
String |
AuditSimpleTypeAdapters.EventIDTypeAdapter.toConfigNode(EventID object,
ConfigProperty property,
SavingContext ctx) |
String |
AuditSimpleTypeAdapters.EventTypeCodeAdapter.toConfigNode(EventTypeCode object,
ConfigProperty property,
SavingContext ctx) |
String |
IssuerTypeAdapter.toConfigNode(Issuer object,
ConfigProperty property,
SavingContext ctx) |
String |
PropertyTypeAdapter.toConfigNode(Property object,
ConfigProperty property,
SavingContext ctx) |
String |
AuditSimpleTypeAdapters.RoleIDCodeTypeAdapter.toConfigNode(RoleIDCode object,
ConfigProperty property,
SavingContext ctx) |
String |
ValueSelectorTypeAdapter.toConfigNode(ValueSelector object,
ConfigProperty property,
SavingContext ctx) |
Copyright © 2017 dcm4che.org. All rights reserved.