Klasse ExtendedContainerMediator<E>

Typparameter:
E - is the type of the elements of the argument of an extended container mediator.

public class ExtendedContainerMediator<E> extends ContainerMediator<E>
An extended container mediator is not mutable.
Version:
2017-11-12
Autor:
Silvan Wyss
  • Felddetails

  • Methodendetails

    • thatIsInstanceOf

      public final ContainerMediator<E> thatIsInstanceOf(Class<?> type)
      Parameter:
      type -
      Gibt zurück:
      a new container mediator for the argument of this extended container mediator.
    • thatIsNamed

      public ContainerMediator<E> thatIsNamed(String argumentName)
      Parameter:
      argumentName -
      Gibt zurück:
      a new container mediator with the given argument name for the argument of this extended container mediator.
      Löst aus:
      ArgumentIsNullException - if the given argument name is null.
      EmptyArgumentException - if the given argument name is empty.
    • getArgumentName

      protected final String getArgumentName()
      Gibt zurück:
      the argument name of the current Mediator.