Class ProxyUnwrapperBuildItem


  • @Deprecated(since="3.0.0",
                forRemoval=true)
    public final class ProxyUnwrapperBuildItem
    extends MultiBuildItem
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use io.quarkus.arc.ClientProxy.unwrap(T) instead.
    A build item that can be used to unwrap CDI or other proxies.
    • Constructor Detail

      • ProxyUnwrapperBuildItem

        public ProxyUnwrapperBuildItem​(Function<Object,​Object> unwrapper)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getUnwrapper

        public Function<Object,​Object> getUnwrapper()
        Deprecated, for removal: This API element is subject to removal in a future version.