Interface LocatorAccessor.LocatorBuilder<T,B extends LocatorAccessor.LocatorBuilder<T,B>>

Type Parameters:
T - The type of the locator
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
LocatorAccessor<T>

public static interface LocatorAccessor.LocatorBuilder<T,B extends LocatorAccessor.LocatorBuilder<T,B>>
Provides a builder method for a locator property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withLocator(T aLocator)
    Sets the locator for the locator property.
  • Method Details

    • withLocator

      B withLocator(T aLocator)
      Sets the locator for the locator property.
      Parameters:
      aLocator - The locator to be stored by the resource locator property.
      Returns:
      The builder for applying multiple build operations.