Package | Description |
---|---|
org.alfresco.service.cmr.repository.datatype |
Modifier and Type | Class and Description |
---|---|
protected class |
TypeConverter.DynamicTwoStageConverter<F,I,T>
Support for chaining conversions
|
static class |
TypeConverter.TwoStageConverter<F,I,T>
Support for chaining conversions
|
Modifier and Type | Method and Description |
---|---|
<F,I,T> TypeConverter.Converter<F,T> |
TypeConverter.addDynamicTwoStageConverter(Class<F> source,
Class<I> intermediate,
Class<T> destination)
Add a dynamic two stage converter
|
<F,T> TypeConverter.Converter<F,T> |
TypeConverter.getConverter(Class<F> source,
Class<T> dest)
Find a conversion for a specific Class
|
<T> TypeConverter.Converter<Object,T> |
TypeConverter.getConverter(Object value,
Class<T> dest)
Find conversion for the specified object
Note: Takes into account the class of the object and any interfaces it may
also support.
|
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,Map<Class<?>,TypeConverter.Converter<?,?>>> |
TypeConverter.getConverters() |
Modifier and Type | Method and Description |
---|---|
<F,T> void |
TypeConverter.addConverter(Class<F> source,
Class<T> destination,
TypeConverter.Converter<F,T> converter)
Add a converter to the list of those available
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.