Interface ProxyAccessor.ProxyBuilder<B extends ProxyAccessor.ProxyBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
ProxyAccessor

public 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.
  • Method Summary

    Modifier and Type
    Method
    Description
    <P> B
    withProxy(P aProxy)
    Sets the value for the proxy property.
  • Method Details

    • withProxy

      <P> B withProxy(P aProxy)
      Sets the value for the proxy property.
      Type Parameters:
      P - The expected type of the proxy.
      Parameters:
      aProxy - The value to be stored by the proxy property.
      Returns:
      The builder for applying multiple build operations.