Java com.fasterxml.jackson.databind DatabindContext fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.databind DatabindContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.databind DatabindContext.

The text is from its open source code.

Method

JavaTypeconstructType(Type type)
Convenience method for constructing JavaType for given JDK type (usually java.lang.Class )
ObjectgetAttribute(Object key)
Method for accessing attributes available in this context.
TypeFactorygetTypeFactory()
DatabindContextsetAttribute(Object key, Object value)
Method for setting per-call value of given attribute.