public class DIMethod extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasParametersOfType(Class<?>... givenParamTypesArray) |
DIMethod |
mustHaveParametersOfType(Class<?>... givenParamTypesArray) |
DIMethod |
mustHaveReturnType(Class<?> givenReturnType) |
public DIMethod(Method method)
Copyright © 2014. All rights reserved.