Example usage for com.fasterxml.jackson.databind.deser SettableBeanProperty subclass-usage

List of usage examples for com.fasterxml.jackson.databind.deser SettableBeanProperty subclass-usage

Introduction

In this page you can find the example usage for com.fasterxml.jackson.databind.deser SettableBeanProperty subclass-usage.

Usage

From source file de.javagl.jgltf.model.io.ErrorReportingSettableBeanProperty.java

/**
 * A SettableBeanProperty that passes all calls to a delegate, and
 * passes error information to a consumer of {@link JsonError}s 
 * (for example, when calling a setter caused an exception).
 * This is used for error reporting in the Jackson bean deserializers.
 */