Class YAMLToObjectMapper<T>

  • Type Parameters:
    T - the target type to be produced by this Mapper
    All Implemented Interfaces:
    Mapper<T>
    Direct Known Subclasses:
    YAMLToJSONObjectMapper

    public class YAMLToObjectMapper<T>
    extends Object
    implements Mapper<T>
    A specialized Mapper that loads the contents of a valid YAML Source (e.g.: file, URL, string) into POJO (Plain Old Java Object), using SnakeYAML.

    This allows fetching the contents using JSONPath expressions.

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