Uses of Class
io.quarkus.deployment.proxy.ProxyConfiguration
Packages that use ProxyConfiguration
-
Uses of ProxyConfiguration in io.quarkus.deployment.proxy
Methods in io.quarkus.deployment.proxy that return ProxyConfigurationModifier and TypeMethodDescriptionProxyConfiguration.addAdditionalInterface(Class<?> iface) ProxyConfiguration.setAllowPackagePrivate(boolean allowPackagePrivate) ProxyConfiguration.setAnchorClass(Class<?> anchorClass) ProxyConfiguration.setClassLoader(ClassLoader classLoader) ProxyConfiguration.setClassOutput(io.quarkus.gizmo.ClassOutput classOutput) ProxyConfiguration.setProxyNameSuffix(String proxyNameSuffix) ProxyConfiguration.setSuperClass(Class<T> superClass) Constructors in io.quarkus.deployment.proxy with parameters of type ProxyConfiguration