Uses of Interface
io.inverno.core.compiler.spi.ModuleBeanSocketInfo
Packages that use ModuleBeanSocketInfo
-
Uses of ModuleBeanSocketInfo in io.inverno.core.compiler.spi
Subinterfaces of ModuleBeanSocketInfo in io.inverno.core.compiler.spiModifier and TypeInterfaceDescriptioninterfaceA multiple bean socket info represents a multiple dependency injection point on a bean or a one-to-many relationship between the bean and an array or collection of other beans.interfaceA single bean socket info represents a single dependency injection point on a bean or a one-to-one relationship between two beans.Methods in io.inverno.core.compiler.spi that return ModuleBeanSocketInfoModifier and TypeMethodDescriptionModuleBeanInfo.getOptionalSockets()Returns the list of optional sockets specified by the bean.ModuleBeanInfo.getRequiredSockets()Returns the list of required sockets specified by the bean.ModuleBeanInfo.getSockets()Returns the list of sockets specified by the bean.Methods in io.inverno.core.compiler.spi with parameters of type ModuleBeanSocketInfoModifier and TypeMethodDescriptionModuleInfoVisitor.visit(ModuleBeanSocketInfo beanSocketInfo, P p) Visits bean socket info.