public static class Config implements Codec.Config {
@Override
public ConfigurationRequest getRequestedConfiguration() {
final ConfigurationRequest r = new ConfigurationRequest();
r.addField(new TextField(
CK_PATH,
"JSON path of data to extract",
"$.store.book[1].number_of_orders",
"Path to the value you want to extract from the JSON response. Take a look at the documentation for a more detailled explanation.",
ConfigurationField.Optional.NOT_OPTIONAL