Class Jackson
java.lang.Object
software.amazon.awssdk.codegen.internal.Jackson
- 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tstatic <T> Tstatic <T> Tstatic com.fasterxml.jackson.jr.stree.JrsValuereadJrsValue(String input) static voidwriteWithObjectMapper(Object value, Writer w)  
- 
Method Details
- 
readJrsValue
- Throws:
 IOException
 - 
load
- Throws:
 IOException
 - 
load
- Throws:
 IOException
 - 
load
public static <T> T load(Class<T> clazz, File file, boolean failOnUnknownProperties) throws IOException - Throws:
 IOException
 - 
writeWithObjectMapper
- Throws:
 IOException
 
 -