Package io.sundr.adapter.apt
Class AptAdapter
java.lang.Object
io.sundr.adapter.apt.AptAdapter
- All Implemented Interfaces:
Adapter<TypeElement,TypeMirror, VariableElement, ExecutableElement>
public class AptAdapter
extends Object
implements Adapter<TypeElement,TypeMirror,VariableElement,ExecutableElement>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.sundr.adapter.api.Adapter
adaptMethod, adaptProperty, adaptReference, adaptType
-
Constructor Details
-
AptAdapter
-
-
Method Details
-
getTypeAdapterFunction
- Specified by:
getTypeAdapterFunctionin interfaceAdapter<TypeElement,TypeMirror, VariableElement, ExecutableElement>
-
getReferenceAdapterFunction
- Specified by:
getReferenceAdapterFunctionin interfaceAdapter<TypeElement,TypeMirror, VariableElement, ExecutableElement>
-
getPropertyAdapterFunction
- Specified by:
getPropertyAdapterFunctionin interfaceAdapter<TypeElement,TypeMirror, VariableElement, ExecutableElement>
-
getMethodAdapterFunction
- Specified by:
getMethodAdapterFunctionin interfaceAdapter<TypeElement,TypeMirror, VariableElement, ExecutableElement>
-