All Classes
-
Class Summary Class Description JacksonJsonNodeConfigurationMerger A specializedConfigurationMergerthat combines twoConfigurationobjects of typeJsonNode(Jacksonimplementation) into a single one.JacksonJsonNodeHelper A specialized Configuration Helper that retrieves data from Jackson'sJsonNode, with JSONPath capabilities.JacksonJsonNodeMapper A specializedMapperthat loads the contents of a valid JSONSource(e.g.: file, URL, string) as aJsonNode, using Jackson'sJsonMapper.JacksonJsonToObjectMapper<T> A specializedMapperthat loads the contents of a valid JSONSource(e.g.: file, URL, string) into POJO (Plain Old Java Object), using Jackson'sJsonMapper.