Class MapListenerProxy.KeyConverter

  • All Implemented Interfaces:
    com.oracle.coherence.common.base.Converter<Object,​com.tangosol.util.Binary>, com.tangosol.util.Converter<Object,​com.tangosol.util.Binary>, Function<Object,​com.tangosol.util.Binary>
    Enclosing class:
    MapListenerProxy

    protected static class MapListenerProxy.KeyConverter
    extends Object
    implements com.tangosol.util.Converter<Object,​com.tangosol.util.Binary>
    Converter for cache key instances.
    • Field Detail

      • f_converter

        protected final com.tangosol.util.Converter<Object,​com.tangosol.util.Binary> f_converter
        Converter to handle the conversion cases f_holder doesn't cover.
    • Method Detail

      • convert

        public com.tangosol.util.Binary convert​(Object oKey)
        Specified by:
        convert in interface com.oracle.coherence.common.base.Converter<Object,​com.tangosol.util.Binary>