Package io.sundr.adapter.apt
Class AptAdapterFactory
java.lang.Object
io.sundr.adapter.apt.AptAdapterFactory
- All Implemented Interfaces:
AdapterFactory<TypeElement,TypeMirror, VariableElement, ExecutableElement>
public class AptAdapterFactory
extends Object
implements AdapterFactory<TypeElement,TypeMirror,VariableElement,ExecutableElement>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AptAdapterFactory
public AptAdapterFactory()
-
-
Method Details
-
create
public Adapter<TypeElement,TypeMirror, createVariableElement, ExecutableElement> (AdapterContext context) - Specified by:
createin interfaceAdapterFactory<TypeElement,TypeMirror, VariableElement, ExecutableElement>
-
getTypeAdapterType
- Specified by:
getTypeAdapterTypein interfaceAdapterFactory<TypeElement,TypeMirror, VariableElement, ExecutableElement>
-
getReferenceAdapterType
- Specified by:
getReferenceAdapterTypein interfaceAdapterFactory<TypeElement,TypeMirror, VariableElement, ExecutableElement>
-
getMethodAdapterType
- Specified by:
getMethodAdapterTypein interfaceAdapterFactory<TypeElement,TypeMirror, VariableElement, ExecutableElement>
-
getPropertyAdapterType
- Specified by:
getPropertyAdapterTypein interfaceAdapterFactory<TypeElement,TypeMirror, VariableElement, ExecutableElement>
-