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.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigTypeAdapter<T,ST> |
DefaultDelegatingConfigTypeAdapter.getDefaultTypeAdapter(ProcessingContext ctx,
ConfigProperty property) |
Map<String,Object> |
DefaultDelegatingConfigTypeAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx) |
ST |
DefaultDelegatingConfigTypeAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
X509CertificateAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
ReflectiveAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
NullToNullDecorator.getSchema(ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
MapTypeAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
ExtensionTypeAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
DefaultReferenceAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
DefaultConfigTypeAdapters.PrimitiveTypeAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx)
Constant metadata
|
Map<String,Object> |
DefaultConfigTypeAdapters.CommonAbstractTypeAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx)
Deprecated.
|
Map<String,Object> |
DefaultConfigTypeAdapters.CommonAbstractStringTypeAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
DefaultConfigTypeAdapters.EnumTypeAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
CollectionTypeAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
ArrayTypeAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx) |
String |
X509CertificateAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
ReflectiveAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
ST |
NullToNullDecorator.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
MapTypeAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
Map<String,Object> |
ExtensionTypeAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
Object |
DefaultReferenceAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
T |
DefaultConfigTypeAdapters.PrimitiveTypeAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
String |
DefaultConfigTypeAdapters.CommonAbstractTypeAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx)
Deprecated.
|
String |
DefaultConfigTypeAdapters.CommonAbstractStringTypeAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
Object |
DefaultConfigTypeAdapters.EnumTypeAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
T |
CollectionTypeAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
Object |
ArrayTypeAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
ConfigTypeAdapter.getSchema(ConfigProperty property,
ProcessingContext ctx)
Returns a metadata node in json-schema format (http://json-schema.org/)
Additional proprietary optional schema parameters:
essentialType - e.g., "base64" for type string class - simple name of the ConfigurableClass if this is a corresponding object mapkey - container that denotes schema for the key (type will always be string, but there could be essentialType, etc) |
ST |
ConfigTypeAdapter.normalize(Object configNode,
ConfigProperty property,
ProcessingContext ctx)
Converts allowed representations (e.g., "123" for Integer) to proper serialized representation
|
Modifier and Type | Class and Description |
---|---|
class |
LoadingContext |
class |
SavingContext |
Modifier and Type | Method and Description |
---|---|
ProcessingContext |
ContextFactory.newProcessingContext() |
Copyright © 2017 dcm4che.org. All rights reserved.