public final class MethodMetadata extends Object
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
getAnnotation(Class<A> type) |
<E extends IMethodExtension> |
getExtension(Class<E> type) |
Method |
getMethod() |
String |
getName() |
List<ParameterMetadata> |
getParams() |
String |
getSignature() |
void |
registerExtension(IMethodExtension ext) |
String |
toString() |
public String getName()
public Method getMethod()
public String getSignature()
public List<ParameterMetadata> getParams()
public <A extends Annotation> A getAnnotation(Class<A> type)
public <E extends IMethodExtension> E getExtension(Class<E> type)
public void registerExtension(IMethodExtension ext)
Copyright © 2018. All rights reserved.