java.lang.Object
com.oracle.coherence.grpc.RequestHolder.ErrorHandlingConverter<F,T>
-
Constructor Summary
Constructors
-
Method Summary
Convert the passed object to another object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.oracle.coherence.common.base.Converter
apply
-
Constructor Details
-
ErrorHandlingConverter
protected ErrorHandlingConverter(Converter<F,T> converter)
-
Method Details
-
convert
public T convert(F value)
Convert the passed object to another object.
- Specified by:
convert
in interface Converter<F,T>
- Parameters:
value
- the object to convert
- Returns:
- the converted form of the passed object