Interface ConvertFunctionRaw
- All Known Subinterfaces:
ConvertFunction<I,O>
- All Known Implementing Classes:
ConvertFunctionBase, ConvertFunctionImpl, ConvertFunctionRawImpl
public interface ConvertFunctionRaw
Interface to describe a conversion from one Java type to another
-
Method Summary
Modifier and TypeMethodDescriptiondefault ConvertFunctionRawandThen(ConvertFunctionRaw next) default ObjectconvertRaw(Object obj) Class<?> getFrom()Class<?> getTo()