Interface ExtendetConvert<S,T>
- All Superinterfaces:
org.springframework.core.convert.converter.Converter<S,
,T> Function<S,
T>
- All Known Implementing Classes:
ToTrigger
,TriggerConverter.FromTriggerEntity
- 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 ExtendetConvert<S,T>
extends org.springframework.core.convert.converter.Converter<S,T>, Function<S,T>
-
Method Summary
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen, convert