public final class Jackson extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
load(Class<T> clazz,
File file) |
static <T> T |
load(Class<T> clazz,
File file,
boolean failOnUnknownProperties) |
static com.fasterxml.jackson.jr.stree.JrsValue |
readJrsValue(String input) |
static void |
writeWithObjectMapper(Object value,
Writer w) |
public static com.fasterxml.jackson.jr.stree.JrsValue readJrsValue(String input) throws IOException
IOException
public static <T> T load(Class<T> clazz, File file) throws IOException
IOException
public static <T> T load(Class<T> clazz, File file, boolean failOnUnknownProperties) throws IOException
IOException
public static void writeWithObjectMapper(Object value, Writer w) throws IOException
IOException
Copyright © 2021. All rights reserved.