public class AptAdapter extends Object implements Adapter<TypeElement,TypeMirror,VariableElement,ExecutableElement>
| Constructor and Description |
|---|
AptAdapter(AdapterContext context) |
| Modifier and Type | Method and Description |
|---|---|
Function<ExecutableElement,Method> |
getMethodAdapterFunction() |
Function<VariableElement,Property> |
getPropertyAdapterFunction() |
Function<TypeMirror,TypeRef> |
getReferenceAdapterFunction() |
Function<TypeElement,TypeDef> |
getTypeAdapterFunction() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptMethod, adaptProperty, adaptReference, adaptTypepublic AptAdapter(AdapterContext context)
public Function<TypeElement,TypeDef> getTypeAdapterFunction()
getTypeAdapterFunction in interface Adapter<TypeElement,TypeMirror,VariableElement,ExecutableElement>public Function<TypeMirror,TypeRef> getReferenceAdapterFunction()
getReferenceAdapterFunction in interface Adapter<TypeElement,TypeMirror,VariableElement,ExecutableElement>public Function<VariableElement,Property> getPropertyAdapterFunction()
getPropertyAdapterFunction in interface Adapter<TypeElement,TypeMirror,VariableElement,ExecutableElement>public Function<ExecutableElement,Method> getMethodAdapterFunction()
getMethodAdapterFunction in interface Adapter<TypeElement,TypeMirror,VariableElement,ExecutableElement>Copyright © 2023. All rights reserved.