Example usage for com.fasterxml.jackson.annotation JsonIgnoreProperties interface-usage

List of usage examples for com.fasterxml.jackson.annotation JsonIgnoreProperties interface-usage

Introduction

In this page you can find the example usage for com.fasterxml.jackson.annotation JsonIgnoreProperties interface-usage.

Usage

From source file com.github.mrenou.jacksonatic.annotation.JacksonaticJsonIgnoreProperties.java

public class JacksonaticJsonIgnoreProperties implements JsonIgnoreProperties, JacksonaticAnnotation {

    private String[] value;

    private boolean ignoreUnknown = false;

From source file cop.raml.mocks.annotations.JsonIgnorePropertiesMock.java

/**
 * @author Oleg Cherednik
 * @since 02.01.17
 */
@SuppressWarnings("ClassExplicitlyAnnotation")
public class JsonIgnorePropertiesMock implements JsonIgnoreProperties {