Interface JsonMetadataGenerator

All Known Implementing Classes:
EmptyJsonMetadataGenerator
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 JsonMetadataGenerator
  • Method Summary

    Modifier and Type
    Method
    Description
    The input is the JSON document represented as a map, the output are the fields extracted from the input map that will be used as metadata.
  • Method Details

    • generate

      Map<String,Object> generate(Map<String,Object> jsonMap)
      The input is the JSON document represented as a map, the output are the fields extracted from the input map that will be used as metadata.