Uses of Interface
org.jboss.weld.construction.api.ConstructionHandle
Packages that use ConstructionHandle
-
Uses of ConstructionHandle in org.jboss.weld.construction.api
Methods in org.jboss.weld.construction.api with parameters of type ConstructionHandleModifier and TypeMethodDescriptionAroundConstructCallback.aroundConstruct(ConstructionHandle<T> handle, jakarta.enterprise.inject.spi.AnnotatedConstructor<T> constructor, Object[] parameters, Map<String, Object> data) The method is called during component creation, allowing an integrator to perform additional steps (e.g. invoking interceptors bound using the deployment descriptor) around component construction.