Class CoherenceGenericConverter

java.lang.Object
com.oracle.coherence.spring.configuration.support.CoherenceGenericConverter
All Implemented Interfaces:
GenericConverter

public class CoherenceGenericConverter extends Object implements 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: