Interface FamilyAccessor.FamilyBuilder<T,​B extends FamilyAccessor.FamilyBuilder<T,​B>>

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

public static interface FamilyAccessor.FamilyBuilder<T,​B extends FamilyAccessor.FamilyBuilder<T,​B>>
Provides a builder method for a family property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withFamily​(T aFamily)
    Sets the family for the family property.
  • Method Details

    • withFamily

      B withFamily​(T aFamily)
      Sets the family for the family property.
      Parameters:
      aFamily - The family to be stored by the family property.
      Returns:
      The builder for applying multiple build operations.