public class ConsumerMethodModel extends Object
| Constructor and Description |
|---|
ConsumerMethodModel(Method method,
ReferenceConfig metadata) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceConfig |
getMetadata() |
Method |
getMethod() |
String |
getMethodName() |
Class<?>[] |
getParameterClasses() |
String[] |
getParameterTypes() |
Class<?> |
getReturnClass() |
boolean |
isGeneric() |
public ConsumerMethodModel(Method method, ReferenceConfig metadata)
public Method getMethod()
public Class<?> getReturnClass()
public String getMethodName()
public String[] getParameterTypes()
public ReferenceConfig getMetadata()
public boolean isGeneric()
public Class<?>[] getParameterClasses()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.