Interface PropertyMapper.Source.Adapter<T,R>
- Type Parameters:
T
- the source typeR
- the result type
- Enclosing class:
PropertyMapper.Source<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Adapter used to adapt a value and possibly return a
null
result.- Since:
- 4.0.0
- Author:
- Phillip Webb, Artsiom Yudovin, Chris Bono, Moritz Halbritter
-
Method Summary
-
Method Details
-
adapt
-