java.lang.Object
io.helidon.service.codegen.ServiceCodegenTypes
Types used in code generation of Helidon Service.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TypeName
TypeName
forio.helidon.service.registry.Service.Contract
.static final TypeName
TypeName
forio.helidon.service.registry.Service.Descriptor
.static final TypeName
TypeName
forio.helidon.service.registry.Service.ExternalContracts
.static final TypeName
TypeName
forio.helidon.service.registry.Service.Provider
.static final TypeName
TypeName
forio.helidon.service.registry.Dependency
.static final TypeName
TypeName
forio.helidon.service.registry.DependencyContext
.static final TypeName
TypeName
forio.helidon.service.registry.GeneratedService.Descriptor
. -
Method Summary
-
Field Details
-
SERVICE_ANNOTATION_PROVIDER
TypeName
forio.helidon.service.registry.Service.Provider
. -
SERVICE_ANNOTATION_CONTRACT
TypeName
forio.helidon.service.registry.Service.Contract
. -
SERVICE_ANNOTATION_EXTERNAL_CONTRACTS
TypeName
forio.helidon.service.registry.Service.ExternalContracts
. -
SERVICE_ANNOTATION_DESCRIPTOR
TypeName
forio.helidon.service.registry.Service.Descriptor
. -
SERVICE_DESCRIPTOR
TypeName
forio.helidon.service.registry.GeneratedService.Descriptor
. -
SERVICE_DEPENDENCY
TypeName
forio.helidon.service.registry.Dependency
. -
SERVICE_DEPENDENCY_CONTEXT
TypeName
forio.helidon.service.registry.DependencyContext
.
-