Interface PropertyMapper.Source.Always.Factory<T, R extends @Nullable Object>
- Type Parameters:
T
- the source typeR
- the result type
- Enclosing class:
PropertyMapper.Source.Always<T>
- 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 static interface PropertyMapper.Source.Always.Factory<T, R extends @Nullable Object>
Factory that supports nullable values.
- Since:
- 4.0.0
- Author:
- Phillip Webb, Artsiom Yudovin, Chris Bono, Moritz Halbritter
-
Method Summary
-
Method Details
-
create
-