public class AptAdapterFactory extends Object implements AdapterFactory<TypeElement,TypeMirror,VariableElement,ExecutableElement>
| Constructor and Description |
|---|
AptAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
Adapter<TypeElement,TypeMirror,VariableElement,ExecutableElement> |
create(AdapterContext context) |
Class<ExecutableElement> |
getMethodAdapterType() |
Class<VariableElement> |
getPropertyAdapterType() |
Class<TypeMirror> |
getReferenceAdapterType() |
Class<TypeElement> |
getTypeAdapterType() |
public Adapter<TypeElement,TypeMirror,VariableElement,ExecutableElement> create(AdapterContext context)
create in interface AdapterFactory<TypeElement,TypeMirror,VariableElement,ExecutableElement>public Class<TypeElement> getTypeAdapterType()
getTypeAdapterType in interface AdapterFactory<TypeElement,TypeMirror,VariableElement,ExecutableElement>public Class<TypeMirror> getReferenceAdapterType()
getReferenceAdapterType in interface AdapterFactory<TypeElement,TypeMirror,VariableElement,ExecutableElement>public Class<ExecutableElement> getMethodAdapterType()
getMethodAdapterType in interface AdapterFactory<TypeElement,TypeMirror,VariableElement,ExecutableElement>public Class<VariableElement> getPropertyAdapterType()
getPropertyAdapterType in interface AdapterFactory<TypeElement,TypeMirror,VariableElement,ExecutableElement>Copyright © 2023. All rights reserved.