java.lang.Object
io.helidon.service.codegen.ServiceOptions
Supported options specific to Helidon Service Registry.
-
Field Summary
FieldsModifier and TypeFieldDescriptionTreat all super types as a contract for a given service type being added.static final Option
<InterceptionStrategy> WhichInterceptionStrategy
to use.A set of interface/class types that should not be considered contracts, even if implemented by a service.Additional meta annotations that mark scope annotations. -
Method Summary
-
Field Details
-
AUTO_ADD_NON_CONTRACT_INTERFACES
Treat all super types as a contract for a given service type being added. -
NON_CONTRACT_TYPES
A set of interface/class types that should not be considered contracts, even if implemented by a service. -
INTERCEPTION_STRATEGY
WhichInterceptionStrategy
to use. -
SCOPE_META_ANNOTATIONS
Additional meta annotations that mark scope annotations. This can be used to include jakarta.enterprise.context.NormalScope annotated types as scopes.
-