Class TomlReader


  • public class TomlReader
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T read​(java.io.Reader reader, com.fasterxml.jackson.core.type.TypeReference<T> typeReference)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TomlReader

        public TomlReader​(TOMLMapper tomlMapper)
    • Method Detail

      • read

        public <T> T read​(java.io.Reader reader,
                          com.fasterxml.jackson.core.type.TypeReference<T> typeReference)