Class OciModuleComponentNamer
java.lang.Object
io.helidon.integrations.oci.sdk.processor.OciModuleComponentNamer
- All Implemented Interfaces:
ModuleComponentNamer
Avoids using any OCI SDK package name(s) as the
ModuleComponent
name that is code-generated.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.this is a Java ServiceLoader implementation and the constructor should not be used directly -
Method Summary
Modifier and TypeMethodDescriptionsuggestedPackageName
(Collection<TypeName> typeNames) Implementors should return the suggestedModuleComponent
package name, orempty
to abstain from naming.
-
Constructor Details
-
OciModuleComponentNamer
Deprecated.this is a Java ServiceLoader implementation and the constructor should not be used directlyService loader based constructor.
-
-
Method Details
-
suggestedPackageName
Description copied from interface:ModuleComponentNamer
Implementors should return the suggestedModuleComponent
package name, orempty
to abstain from naming.- Specified by:
suggestedPackageName
in interfaceModuleComponentNamer
- Parameters:
typeNames
- the set of activator type names to be generated- Returns:
- the suggested package name for the component module, or empty to abstain from naming
-