@Immutable public class ThriftMethodInjection extends java.lang.Object
Constructor and Description |
---|
ThriftMethodInjection(java.lang.reflect.Method method,
java.util.List<ThriftParameterInjection> parameters) |
ThriftMethodInjection(java.lang.reflect.Method method,
ThriftParameterInjection... parameters) |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getMethod() |
java.util.List<ThriftParameterInjection> |
getParameters() |
java.lang.String |
toString() |
public ThriftMethodInjection(java.lang.reflect.Method method, ThriftParameterInjection... parameters)
public ThriftMethodInjection(java.lang.reflect.Method method, java.util.List<ThriftParameterInjection> parameters)
public java.lang.reflect.Method getMethod()
public java.util.List<ThriftParameterInjection> getParameters()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019. All rights reserved.