Example usage for org.springframework.core ParameterNameDiscoverer interface-usage

List of usage examples for org.springframework.core ParameterNameDiscoverer interface-usage

Introduction

In this page you can find the example usage for org.springframework.core ParameterNameDiscoverer interface-usage.

Usage

From source file com.quirklabs.authorise.ProxyAwareLocalVariableTableParameterNameDiscoverer.java

/**
 * Implementation of {@link ParameterNameDiscoverer} that uses the
 * LocalVariableTable information in the method attributes to discover parameter
 * names. Returns <code>null</code> if the class file was compiled without debug
 * information.
 * <p>

From source file org.springframework.core.LocalVariableTableParameterNameDiscoverer.java

/**
 * Implementation of {@link ParameterNameDiscoverer} that uses the LocalVariableTable
 * information in the method attributes to discover parameter names. Returns
 * {@code null} if the class file was compiled without debug information.
 *
 * <p>Uses ObjectWeb's ASM library for analyzing class files. Each discoverer instance