Uses of Enum Class
org.chenile.proxy.builder.ProxyBuilder.ProxyMode
-
Uses of ProxyBuilder.ProxyMode in org.chenile.proxy.builder
Modifier and TypeFieldDescriptionprivate ProxyBuilder.ProxyMode
ProxyBuilder.ProxyClass.proxyMode
Modifier 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.Modifier and TypeMethodDescription<T> T
ProxyBuilder.buildProxy
(Class<T> interfaceToProxy, String serviceName, HeaderCopier headerCopier, ProxyBuilder.ProxyMode proxyMode, String baseUrl) This is used for testing purposes.ModifierConstructorDescriptionProxyClass
(Class<?> interfaceToProxy, String serviceName, HeaderCopier headerCopier, ProxyBuilder.ProxyMode proxyMode, String baseUrl)