Uses of Interface
io.helidon.service.codegen.ServiceContracts.FactoryAnalysis
Packages that use ServiceContracts.FactoryAnalysis
-
Uses of ServiceContracts.FactoryAnalysis in io.helidon.service.codegen
Methods in io.helidon.service.codegen that return ServiceContracts.FactoryAnalysisModifier and TypeMethodDescriptionServiceContracts.analyseFactory
(TypeName factoryInterface) Analyse the service info if it is in fact a factory of the expected type.ServiceContracts.FactoryAnalysis.create()
Create a new result for cases where the service does not implement the factory interface.ServiceContracts.FactoryAnalysis.create
(TypeName factoryType, TypeName providedType, TypeInfo providedTypeInfo, Set<ResolvedType> providedContracts) The requested factory interface is implemented and provides one or more contracts.