ehcache

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 5594 2012-05-07 16:04:31Z cdennis $
Author:
Geert Bevin

Method Summary
 T convert(Object source)
          Convert an arbitrary object
 

Method Detail

convert

T convert(Object source)
Convert an arbitrary object

Parameters:
source - the object to convert
Returns:
the converted operation instance

ehcache

Copyright 2001-2015, Terracotta, Inc.