Module io.helidon.inject.api
Package io.helidon.inject.api
Class InjectionServicesConfig.BuilderBase.InjectionServicesConfigImpl
java.lang.Object
io.helidon.inject.api.InjectionServicesConfig.BuilderBase.InjectionServicesConfigImpl
- All Implemented Interfaces:
Prototype.Api,InjectionServicesConfig
- Enclosing class:
InjectionServicesConfig.BuilderBase<BUILDER extends InjectionServicesConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InjectionServicesConfig>
protected static class InjectionServicesConfig.BuilderBase.InjectionServicesConfigImpl
extends Object
implements InjectionServicesConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.inject.api.InjectionServicesConfig
InjectionServicesConfig.Builder, InjectionServicesConfig.BuilderBase<BUILDER extends InjectionServicesConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InjectionServicesConfig> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreate an instance providing a builder. -
Method Summary
-
Constructor Details
-
InjectionServicesConfigImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
providerName
-
providerVersion
-
activationDeadlockDetectionTimeout
-
shutdownTimeout
-
activationLogs
public boolean activationLogs() -
serviceLookupCaching
public boolean serviceLookupCaching() -
permitsDynamic
public boolean permitsDynamic() -
supportsDynamic
public boolean supportsDynamic() -
permitsReflection
public boolean permitsReflection() -
supportsReflection
public boolean supportsReflection() -
usesCompileTimeApplications
public boolean usesCompileTimeApplications() -
usesCompileTimeModules
public boolean usesCompileTimeModules() -
supportsCompileTime
public boolean supportsCompileTime() -
usesJsr330
public boolean usesJsr330() -
supportsJsr330
public boolean supportsJsr330() -
supportsJsr330Statics
public boolean supportsJsr330Statics() -
supportsJsr330Privates
public boolean supportsJsr330Privates() -
supportsContextualLookup
public boolean supportsContextualLookup() -
debug
-
toString
-
equals
-
hashCode
public int hashCode() -
shouldDebug
default boolean shouldDebug()Uses configureddebug(), or attempts to discover if debug should be used if not configured.- Returns:
- whether to debug
-