public class TomlReader
extends Object
-
Constructor Summary
Constructors
-
Method Summary
<T> T
read(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
-
-
Method Details
-
read
public <T> T read(Reader reader,
com.fasterxml.jackson.core.type.TypeReference<T> typeReference)