- All Superinterfaces:
GeneralCodeGenDetail
The specifics for a single
ServiceProvider that was code generated.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe additional meta-information describing what the generated service depends upon.The additional meta-information describing what is offered by the generated service.Methods inherited from interface io.helidon.pico.tools.GeneralCodeGenDetail
body, serviceTypeName
-
Method Details
-
serviceInfo
ServiceInfoBasics serviceInfo()The additional meta-information describing what is offered by the generated service.- Returns:
- additional meta-information describing the generated service info
-
dependencies
Optional<DependenciesInfo> dependencies()The additional meta-information describing what the generated service depends upon.- Returns:
- additional meta-information describing what the generated service depends upon
-