public class TypeCollector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected MethodCollector |
collector |
protected boolean |
jsonType |
| Constructor and Description |
|---|
TypeCollector(String methodName,
Class<?>[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getParameterNamesForMethod() |
boolean |
hasJsonType() |
boolean |
matched() |
void |
visitAnnotation(String desc) |
protected MethodCollector |
visitMethod(int access,
String name,
String desc) |
protected MethodCollector collector
protected boolean jsonType
protected MethodCollector visitMethod(int access, String name, String desc)
public void visitAnnotation(String desc)
public String[] getParameterNamesForMethod()
public boolean matched()
public boolean hasJsonType()
Copyright © 2023. All rights reserved.