org.infinispan.loaders.remote.wrapper
Class DefaultEntryWrapper
java.lang.Object
org.infinispan.loaders.remote.wrapper.DefaultEntryWrapper
- All Implemented Interfaces:
- EntryWrapper<Object,Object>
public class DefaultEntryWrapper
- extends Object
- implements EntryWrapper<Object,Object>
DefaultEntryWrapper.
- Since:
- 5.2
- Author:
- Tristan Tarrant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEntryWrapper
public DefaultEntryWrapper()
wrapKey
public Object wrapKey(Object key)
- Specified by:
wrapKey
in interface EntryWrapper<Object,Object>
wrapValue
public Object wrapValue(MetadataValue<?> value)
- Specified by:
wrapValue
in interface EntryWrapper<Object,Object>
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.