Uses of Interface
io.inverno.core.compiler.spi.SocketBeanInfo
Packages that use SocketBeanInfo
-
Uses of SocketBeanInfo in io.inverno.core.compiler.spi
Subinterfaces of SocketBeanInfo in io.inverno.core.compiler.spiModifier and TypeInterfaceDescriptioninterfaceA 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.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.Methods in io.inverno.core.compiler.spi that return SocketBeanInfoModifier and TypeMethodDescriptionModuleInfo.getSockets()Returns the socket beans specified in the module.Methods in io.inverno.core.compiler.spi with parameters of type SocketBeanInfoModifier and TypeMethodDescriptionModuleInfoBuilder.sockets(SocketBeanInfo[] sockets)Sets the sockets that should be part of the module.ModuleInfoVisitor.visit(SocketBeanInfo socketBeanInfo, P p)Visits socket bean info.