Package org.pkl.config.java.mapper
Interface Converter<S,T>
- Type Parameters:
S- the converter's source typeT- the converter's target type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Converter for a particular source and target type.
-
Method Summary
-
Method Details
-
convert
Converts the given value. The givenValueMappercan be used to convert nested values of composite values (objects, collections, etc.). -
identity
Returns an identity converter for the requested type.
-