public class SofaParameterNameDiscoverer extends Object implements org.springframework.core.ParameterNameDiscoverer
| Constructor and Description |
|---|
SofaParameterNameDiscoverer(org.springframework.core.env.Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getParameterNames(Constructor<?> ctor) |
String[] |
getParameterNames(Method method) |
protected String[] |
transformParameterNames(String[] parameterNames,
Class<?>[] parameterType,
Annotation[][] annotations) |
public SofaParameterNameDiscoverer(org.springframework.core.env.Environment environment)
public String[] getParameterNames(Method method)
getParameterNames in interface org.springframework.core.ParameterNameDiscovererpublic String[] getParameterNames(Constructor<?> ctor)
getParameterNames in interface org.springframework.core.ParameterNameDiscovererprotected String[] transformParameterNames(String[] parameterNames, Class<?>[] parameterType, Annotation[][] annotations)
Copyright © 2021. All rights reserved.