Example usage for org.springframework.util ReflectionUtils.MethodCallback interface-usage

List of usage examples for org.springframework.util ReflectionUtils.MethodCallback interface-usage

Introduction

In this page you can find the example usage for org.springframework.util ReflectionUtils.MethodCallback interface-usage.

Usage

From source file guru.qas.martini.annotation.MartiniAnnotationCallback.java

@SuppressWarnings("WeakerAccess")
public class MartiniAnnotationCallback<A extends Annotation, C extends Annotation>
        implements ReflectionUtils.MethodCallback {

    protected static final String REGEX_PATTERN_METHOD = "value";
    protected static final String KEY_ERROR_MESSAGE = "martini.annotation.exception";