- All Known Subinterfaces:
ProxyAccessor.ProxyProperty,ProxyDescriptor,RemoteClient.ProxyControl
public interface ProxyAccessor
Provides an accessor for a proxy property.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProxyAccessor.ProxyBuilder<B extends ProxyAccessor.ProxyBuilder<B>>Provides a builder method for the according property returning the builder for applying multiple build operations.static interfaceProxyAccessor.ProxyMutatorProvides a mutator for a proxy property.static interfaceProxyAccessor.ProxyPropertyProvides a proxy property. -
Method Summary
Modifier and Type Method Description <P> PgetProxy()Retrieves the proxy from the proxy property.
-
Method Details
-
getProxy
<P> P getProxy()Retrieves the proxy from the proxy property.- Type Parameters:
P- The expected type of the proxy.- Returns:
- The proxy stored by the proxy property.
-