Interface ArgumentsAccessor.ArgumentsBuilder<ARG,B extends ArgumentsAccessor.ArgumentsBuilder<ARG,B>>

Type Parameters:
ARG - The type of the arguments to be used.
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
ArgumentsAccessor<ARG>

public static interface ArgumentsAccessor.ArgumentsBuilder<ARG,B extends ArgumentsAccessor.ArgumentsBuilder<ARG,B>>
Provides a builder method for a arguments property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withArguments(ARG[] aArguments)
    Sets the arguments for the arguments property.
  • Method Details

    • withArguments

      B withArguments(ARG[] aArguments)
      Sets the arguments for the arguments property.
      Parameters:
      aArguments - The arguments to be stored by the arguments property.
      Returns:
      The builder for applying multiple build operations.