Skip navigation links
A C N Y 

A

apply(InputStream) - Method in class net.obvj.confectory.mapper.YAMLToObjectMapper
 

C

configurationHelper(JSONObject) - Method in class net.obvj.confectory.mapper.YAMLToJSONObjectMapper
 
configurationHelper(T) - Method in class net.obvj.confectory.mapper.YAMLToObjectMapper
 

N

net.obvj.confectory.mapper - package net.obvj.confectory.mapper
 

Y

YAMLToJSONObjectMapper - Class in net.obvj.confectory.mapper
A specialized Mapper that loads the contents of a valid YAML Source (e.g.: file, URL, string) as a JSONObject, using SnakeYAML.
YAMLToJSONObjectMapper() - Constructor for class net.obvj.confectory.mapper.YAMLToJSONObjectMapper
Builds a new YAML mapper
YAMLToObjectMapper<T> - Class in net.obvj.confectory.mapper
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.
YAMLToObjectMapper(Class<T>) - Constructor for class net.obvj.confectory.mapper.YAMLToObjectMapper
Builds a new YAML mapper with the specified target type.
A C N Y 
Skip navigation links

Copyright © 2022. All rights reserved.