Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.Parameters
Packages that use Parameters
Package
Description
The build compatible extension SPI.
-
Uses of Parameters in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi with parameters of type ParametersModifier and TypeMethodDescriptiondefault TSyntheticBeanCreator.create(SyntheticInjections injections, Parameters params) Creates an instance of the synthetic bean.default TSyntheticBeanCreator.create(Instance<Object> lookup, Parameters params) Deprecated, for removal: This API element is subject to removal in a future version.default voidSyntheticBeanDisposer.dispose(T instance, SyntheticInjections injections, Parameters params) Destroys an instance of the synthetic bean.default voidSyntheticBeanDisposer.dispose(T instance, Instance<Object> lookup, Parameters params) Deprecated, for removal: This API element is subject to removal in a future version.useSyntheticBeanDisposer.dispose(Object, SyntheticInjections, Parameters)and register all potentially looked up beans usingSyntheticBeanBuilder.withInjectionPoint()voidSyntheticObserver.observe(EventContext<T> event, Parameters params) Consumes an event.
SyntheticBeanCreator.create(SyntheticInjections, Parameters)and register all potentially looked up beans usingSyntheticBeanBuilder.withInjectionPoint()