Uses of Class
io.sundr.adapter.apt.AptContext
Packages that use AptContext
-
Uses of AptContext in io.sundr.adapter.apt
Methods in io.sundr.adapter.apt that return AptContextModifier and TypeMethodDescriptionstatic AptContextAptContext.create(AdapterContext adapterContext) static AptContextstatic 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 AptContextModifierConstructorDescriptionAnnotationMirrorToAnnotationRef(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) -
Uses of AptContext in io.sundr.adapter.apt.visitors
Constructors in io.sundr.adapter.apt.visitors with parameters of type AptContextModifierConstructorDescriptionTypeDefElementVisitor(AptContext context, Function<TypeElement, TypeDef> typeAdapterFunction, Function<VariableElement, Property> propertyAdapterFunction, Function<ExecutableElement, Method> methodAdapterFunction, Function<TypeParameterElement, TypeParamDef> typeParamAdapterFunction) TypeRefTypeVisitor(AptContext context)