Uses of Class
io.sundr.adapter.apt.AptContext
-
Packages that use AptContext Package Description io.sundr.adapter.apt io.sundr.adapter.apt.visitors -
-
Uses of AptContext in io.sundr.adapter.apt
Methods in io.sundr.adapter.apt that return AptContext Modifier and Type Method Description static AptContextAptContext. create(io.sundr.adapter.api.AdapterContext adapterContext)static AptContextAptContext. create(Elements elements, Types types)static AptContextAptContext. create(Elements elements, Types types, io.sundr.model.repo.DefinitionRepository repository)static AptContextAptContext. getContext()Constructors in io.sundr.adapter.apt with parameters of type AptContext Constructor Description AnnotationMirrorToAnnotationRef(AptContext context, Function<TypeMirror,io.sundr.model.TypeRef> referenceAdapterFunction)ExecutableElementToMethod(AptContext context, Function<TypeMirror,io.sundr.model.TypeRef> referenceAdapterFunction, Function<VariableElement,io.sundr.model.Property> propertyAdapterFunction, Function<AnnotationMirror,io.sundr.model.AnnotationRef> annotationAdapterFunction)TypeElementToTypeDef(AptContext context, Function<TypeMirror,io.sundr.model.TypeRef> referenceAdapterFunction, Function<VariableElement,io.sundr.model.Property> propertyAdapterFunction, Function<ExecutableElement,io.sundr.model.Method> methodAdapterFunction, Function<AnnotationMirror,io.sundr.model.AnnotationRef> annotationAdapterFunction, Function<TypeParameterElement,io.sundr.model.TypeParamDef> typeParamAdapterFunction)TypeMirrorToTypeRef(AptContext context)TypePrameterElementToTypeParamDef(AptContext context, Function<TypeMirror,io.sundr.model.TypeRef> referenceAdapterFunction)VariableElementToProperty(AptContext context, Function<TypeMirror,io.sundr.model.TypeRef> referenceAdapterFunction, Function<AnnotationMirror,io.sundr.model.AnnotationRef> annotationAdapterFunction) -
Uses of AptContext in io.sundr.adapter.apt.visitors
Constructors in io.sundr.adapter.apt.visitors with parameters of type AptContext Constructor Description TypeDefElementVisitor(AptContext context, Function<TypeElement,io.sundr.model.TypeDef> typeAdapterFunction, Function<VariableElement,io.sundr.model.Property> propertyAdapterFunction, Function<ExecutableElement,io.sundr.model.Method> methodAdapterFunction, Function<TypeParameterElement,io.sundr.model.TypeParamDef> typeParamAdapterFunction)TypeRefTypeVisitor(AptContext context)
-