Interface RegistryCodegenContext

All Superinterfaces:
CodegenContext

public interface RegistryCodegenContext extends CodegenContext
Codegen context adding methods suitable for Helidon Service Registry code generation.
  • Method Details

    • create

      static RegistryCodegenContext create(CodegenContext context)
      Create a new instance from an existing code generation context.
      Parameters:
      context - code generation context of the current code generation session
      Returns:
      a new Helidon Service Registry code generation context
    • descriptorType

      TypeName descriptorType(TypeName serviceType)
      Create a descriptor type for a service.
      Parameters:
      serviceType - type of the service
      Returns:
      type of the service descriptor to be generated