Interface KeyTransformer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Author:
- Wei-Ming Wu
-
Method Summary
-
Method Details
-
transform
Transforms the given key by this function.- Parameters:
key- any JSON key- Returns:
- new JSON key
-