JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
com.github.wnameless.json.flattener
com.github.wnameless.json.flattener
KeyTransformer
Contents
Description
Method Summary
Method Details
transform(String)
Hide sidebar
Show sidebar
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.
@FunctionalInterface
public interface
KeyTransformer
KeyTransformer
defines an interface to transform keys in
JsonFlattener
or
JsonUnflattener
.
Author:
Wei-Ming Wu
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
transform
(
String
key)
Transforms the given key by this function.
Method Details
transform
String
transform
(
String
key)
Transforms the given key by this function.
Parameters:
key
- any JSON key
Returns:
new JSON key