Interface ProxyAccessor

All Known Subinterfaces:
ProxyAccessor.ProxyProperty

public interface ProxyAccessor
Provides an accessor for a proxy property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a builder method for the according property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a proxy property.
    static interface 
    Provides a proxy property.
  • Method Summary

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