- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
DeActivationRequest.BuilderBase.DeActivationRequestImpl
Deprecated.
Helidon inject is deprecated and will be replaced in a future version
Request to deactivate a
ServiceProvider.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated.Fluent API builder forDeActivationRequest.static classDeActivationRequest.BuilderBase<BUILDER extends DeActivationRequest.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends DeActivationRequest> Deprecated.Fluent API builder base forDeActivationRequest. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeActivationRequest.Builderbuilder()Deprecated.Create a new fluent API builder to customize configuration.static DeActivationRequest.Builderbuilder(DeActivationRequest instance) Deprecated.Create a new fluent API builder from an existing instance.static DeActivationRequestcreate()Deprecated.Create a new instance with default values.booleanDeprecated, for removal: This API element is subject to removal in a future version.Whether to throw an exception on failure, or return it as part of the result.
-
Method Details
-
builder
Deprecated.Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Deprecated.Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Deprecated.Create a new instance with default values.- Returns:
- a new instance
-
throwIfError
boolean throwIfError()Deprecated, for removal: This API element is subject to removal in a future version.Whether to throw an exception on failure, or return it as part of the result.- Returns:
- throw on failure
-