net.sf.ehcache.writer.writebehind
Interface OperationConverter<T>
- Type Parameters:
T
- the operation type that should be converted to
- All Known Implementing Classes:
- CastingOperationConverter
public interface OperationConverter<T>
Interface that allows an converter to be implemented that can create an operation based
on an arbitrary object.
- Version:
- $Id: OperationConverter.java 1764 2010-01-27 16:06:10Z gbevin $
- Author:
- Geert Bevin
Method Summary |
T |
convert(java.lang.Object source)
Convert an arbitrary object |
convert
T convert(java.lang.Object source)
- Convert an arbitrary object
- Parameters:
source
- the object to convert
- Returns:
- the converted operation instance
true