Example usage for com.fasterxml.jackson.databind.introspect AnnotatedClass getAnnotations

List of usage examples for com.fasterxml.jackson.databind.introspect AnnotatedClass getAnnotations

Introduction

In this page you can find the example usage for com.fasterxml.jackson.databind.introspect AnnotatedClass getAnnotations.

Prototype

public Annotations getAnnotations() 

Source Link

Usage

From source file:com.basistech.rosette.dm.jackson.VersionProperty.java

@Override
public VirtualBeanPropertyWriter withConfig(MapperConfig<?> config, AnnotatedClass declaringClass,
        BeanPropertyDefinition propDef, JavaType type) {
    return new VersionProperty(propDef, declaringClass.getAnnotations(), type);
}