Uses of Enum Class
io.helidon.service.registry.FactoryType
Packages that use FactoryType
Package
Description
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader).-
Uses of FactoryType in io.helidon.service.registry
Methods in io.helidon.service.registry that return FactoryTypeModifier and TypeMethodDescriptiondefault FactoryTypeServiceInfo.factoryType()What factory type is the described service.static FactoryTypeReturns the enum constant of this class with the specified name.static FactoryType[]FactoryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.service.registry that return types with arguments of type FactoryTypeModifier and TypeMethodDescriptionLookup.BuilderBase.factoryTypes()If configured, the lookup will return service factories of the chosen types.Lookup.BuilderBase.LookupImpl.factoryTypes()Lookup.factoryTypes()If configured, the lookup will return service factories of the chosen types.Methods in io.helidon.service.registry with parameters of type FactoryTypeModifier and TypeMethodDescriptionLookup.BuilderBase.addFactoryType(FactoryType factoryType) If configured, the lookup will return service factories of the chosen types.Method parameters in io.helidon.service.registry with type arguments of type FactoryTypeModifier and TypeMethodDescriptionLookup.BuilderBase.addFactoryTypes(Set<? extends FactoryType> factoryTypes) If configured, the lookup will return service factories of the chosen types.Lookup.BuilderBase.factoryTypes(Set<? extends FactoryType> factoryTypes) If configured, the lookup will return service factories of the chosen types.