| Package | Description |
|---|---|
| org.gradle.util |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> JavaMethod<T,R> |
JavaMethod.create(Class<T> target,
Class<R> returnType,
Method method) |
static <T,R> JavaMethod<T,R> |
JavaMethod.create(Class<T> target,
Class<R> returnType,
String name,
Class<?>... paramTypes) |
Copyright © 2013. All rights reserved