Uses of Interface
io.helidon.service.codegen.spi.InjectAssignment.Assignment
Packages that use InjectAssignment.Assignment
Package
Description
SPI for extending code generation capabilities of Helidon Service Registry.
-
Uses of InjectAssignment.Assignment in io.helidon.service.codegen.spi
Methods in io.helidon.service.codegen.spi that return InjectAssignment.AssignmentModifier and TypeMethodDescriptionstatic InjectAssignment.Assignment
InjectAssignment.Assignment.create
(TypeName usedType, Consumer<ContentBuilder<?>> codeGenerator) Create a new assignment instance.Methods in io.helidon.service.codegen.spi that return types with arguments of type InjectAssignment.AssignmentModifier and TypeMethodDescriptionInjectAssignment.assignment
(TypeName typeName, String valueSource) Map the type to the correct one.