Interface ProxyAccessor

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 interface  ProxyAccessor.ProxyBuilder<B extends ProxyAccessor.ProxyBuilder<B>>
    Provides a builder method for the according property returning the builder for applying multiple build operations.
    static interface  ProxyAccessor.ProxyMutator
    Provides a mutator for a proxy property.
    static interface  ProxyAccessor.ProxyProperty
    Provides a proxy property.
  • Method Summary

    Modifier and Type Method Description
    <P> P getProxy()
    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.