public static final class ProxyGenerator.GenericParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static Stream<String> |
dependenciesOf(Class<?> classRef) |
static Stream<String> |
dependenciesOf(Method method) |
static Stream<String> |
genericReferencesOf(Method method) |
static String |
genericTemplateOf(Method method) |
static String |
implementsInterfaceTemplateOf(String newClassName,
Class<?> classToExtend) |
static boolean |
instanceOnly(Method method) |
static String |
parametersTemplateOf(Method method) |
static String |
returnTypeOf(Method method) |
Copyright © 2021. All rights reserved.