Uses of Interface
io.helidon.builder.processor.spi.TypeInfo
-
Uses of TypeInfo in io.helidon.builder.processor.spi
Classes in io.helidon.builder.processor.spi that implement TypeInfoMethods in io.helidon.builder.processor.spi that return types with arguments of type TypeInfoModifier and TypeMethodDescriptionTypeInfoCreatorProvider.createTypeInfo(AnnotationAndValue annotation, TypeName typeName, TypeElement element, ProcessingEnvironment processingEnv) Creates aTypeInfo.DefaultTypeInfo.superTypeInfo()TypeInfo.superTypeInfo()The parent/super class for this type info.Methods in io.helidon.builder.processor.spi with parameters of type TypeInfoModifier and TypeMethodDescriptionBuilderCreatorProvider.create(TypeInfo typeInfo, AnnotationAndValue builderAnnotation) Creates the type and body for what is code generated.DefaultTypeInfo.Builder.superTypeInfo(TypeInfo val) Sets the superTypeInfo to val.