Class CoherenceGenericConverter
java.lang.Object
com.oracle.coherence.spring.configuration.support.CoherenceGenericConverter
- All Implemented Interfaces:
GenericConverter
This implementation of Spring's
GenericConverter
is a no-op converter for Coherence's NamedCache
. Its
purpose is to work around an unnecessary type-conversion that may be triggered by the
CoherenceMap
and
CoherenceCache
annotation (Due to the used
Value
annotation).- Since:
- 3.0.1
- Author:
- Gunnar Hillert
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverter
GenericConverter.ConvertiblePair
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvert
(Object source, TypeDescriptor sourceType, TypeDescriptor targetType)
-
Constructor Details
-
CoherenceGenericConverter
public CoherenceGenericConverter()
-
-
Method Details
-
getConvertibleTypes
- Specified by:
getConvertibleTypes
in interfaceGenericConverter
-
convert
- Specified by:
convert
in interfaceGenericConverter
-