Interface ChildrenAccessor.ChildrenBuilder<T,​B extends ChildrenAccessor.ChildrenBuilder<T,​B>>

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

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

    Modifier and Type Method Description
    B withChildren​(T aChildren)
    Sets the children for the children property.
  • Method Details

    • withChildren

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