static <X> ProxyBuilder<X> |
ProxyBuilder.forClass(Class<X> superclass) |
Creates new builder for class that is actually a class (not an interface).
|
static <X> ProxyBuilder<X> |
ProxyBuilder.forInterface(Class<X> baseInterface) |
Creates new builder for interface.
|
static <X> ProxyBuilder<X> |
ProxyBuilder.forType(Class<X> resultClass) |
Creates new builder for specified type.
|
ProxyBuilder<I> |
ProxyBuilder.usingService(ProxyService newService) |
Creates proxy builder that have proxy service replaced.
|
ProxyBuilder<I> |
ProxyBuilder.withInterface(Class<?> additionalInterface) |
Creates proxy builder that have additional interface added to the proxy class.
|