Uses of Enum Class
org.chenile.proxy.builder.ProxyBuilder.ProxyMode
Packages that use ProxyBuilder.ProxyMode
-
Uses of ProxyBuilder.ProxyMode in org.chenile.proxy.builder
Fields in org.chenile.proxy.builder declared as ProxyBuilder.ProxyModeModifier and TypeFieldDescriptionprivate ProxyBuilder.ProxyMode
ProxyBuilder.ProxyClass.proxyMode
Methods in org.chenile.proxy.builder that return ProxyBuilder.ProxyModeModifier and TypeMethodDescriptionstatic ProxyBuilder.ProxyMode
Returns the enum constant of this class with the specified name.static ProxyBuilder.ProxyMode[]
ProxyBuilder.ProxyMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.chenile.proxy.builder with parameters of type ProxyBuilder.ProxyModeModifier and TypeMethodDescription<T> T
ProxyBuilder.buildProxy
(Class<T> interfaceToProxy, String serviceName, HeaderCopier headerCopier, ProxyBuilder.ProxyMode proxyMode, String baseUrl) This is used for testing purposes.Constructors in org.chenile.proxy.builder with parameters of type ProxyBuilder.ProxyModeModifierConstructorDescriptionProxyClass
(Class<?> interfaceToProxy, String serviceName, HeaderCopier headerCopier, ProxyBuilder.ProxyMode proxyMode, String baseUrl)