Uses of Interface
io.inverno.core.compiler.spi.SocketInfo
Packages that use SocketInfo
-
Uses of SocketInfo in io.inverno.core.compiler.spi
Subinterfaces of SocketInfo 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.interfaceBase module bean socket info.interfaceA multiple socket bean info represents a multiple dependency injection point on a module or a one-to-many relationship between a module and an array or collection of beans external to the module.interfaceA multi socket info represents a one-to-many relationship with multiple beans.interfaceAn overriding socket bean info is an single socket bean info used as an override for anOverridableBeanInfo.interfaceA single socket bean info represents a single dependency entry point on a module or a one-to-one relationship between a module and a bean external to the module.interfaceA single socket info represents a one-to-one relationship with a bean.interfaceBase socket bean interface.Methods in io.inverno.core.compiler.spi with parameters of type SocketInfoModifier and TypeMethodDescriptionbooleanWiringStrategy.isWirable(BeanInfo bean, SocketInfo socket)Determines whether the specified bean can be plugged into the specified socket.ModuleInfoVisitor.visit(SocketInfo socketInfo, P p)Visits socket info.