Class JacksonTOMLToJsonNodeMapper

  • All Implemented Interfaces:
    Mapper<com.fasterxml.jackson.databind.JsonNode>

    public class JacksonTOMLToJsonNodeMapper
    extends JacksonTOMLToObjectMapper<com.fasterxml.jackson.databind.JsonNode>
    implements Mapper<com.fasterxml.jackson.databind.JsonNode>
    A specialized Mapper that loads the contents of a valid TOML Source (e.g.: file, URL, string) and converts it into a JsonNode, using Jackson's TomlMapper.

    This allows fetching the contents using JSONPath expressions.

    Additional details may be found at Jackson's official documentation.

    Note: Support for Jackson modules lookup is disabled for this type of mapper.

    Since:
    1.1.0
    Author:
    oswaldo.bapvic.jr (Oswaldo Junior)
    • Constructor Detail

      • JacksonTOMLToJsonNodeMapper

        public JacksonTOMLToJsonNodeMapper()
        Builds a new TOML-to-JSON mapper.