Interface ArgumentsAccessor<ARG>

Type Parameters:
ARG - The type of the arguments to be used.
All Known Subinterfaces:
ArgumentsAccessor.ArgumentsProperty<ARG>

public interface ArgumentsAccessor<ARG>
Provides access to a arguments property for e.g. key / arguments pair.
  • Method Details

    • getArguments

      ARG[] getArguments()
      Retrieves the arguments from the arguments property.
      Returns:
      The arguments stored by the arguments property.