- Type Parameters:
FROM
-
TO
-
- All Known Subinterfaces:
- ValueConverter
- All Known Implementing Classes:
- AbstractValueConverter, ObjectToDateConverter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface Converter<FROM,TO>
A component which is able to convert an object to a different object.
- Author:
- Martin Kouba