AnnotationMirrorToAnnotationRef(AptContext context,
Function<TypeMirror,TypeRef> referenceAdapterFunction) |
ExecutableElementToMethod(AptContext context,
Function<TypeMirror,TypeRef> referenceAdapterFunction,
Function<VariableElement,Property> propertyAdapterFunction,
Function<AnnotationMirror,AnnotationRef> annotationAdapterFunction) |
TypeElementToTypeDef(AptContext context,
Function<TypeMirror,TypeRef> referenceAdapterFunction,
Function<VariableElement,Property> propertyAdapterFunction,
Function<ExecutableElement,Method> methodAdapterFunction,
Function<AnnotationMirror,AnnotationRef> annotationAdapterFunction,
Function<TypeParameterElement,TypeParamDef> typeParamAdapterFunction) |
TypeMirrorToTypeRef(AptContext context) |
TypePrameterElementToTypeParamDef(AptContext context,
Function<TypeMirror,TypeRef> referenceAdapterFunction) |
VariableElementToProperty(AptContext context,
Function<TypeMirror,TypeRef> referenceAdapterFunction,
Function<AnnotationMirror,AnnotationRef> annotationAdapterFunction) |