Schnittstelle ResolveParameterHook.ParameterSupplier

Umschließende Schnittstelle:
ResolveParameterHook
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface ResolveParameterHook.ParameterSupplier
A functional interface specialized on providing parameters to property methods and to annotated lifecycle methods.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Supply the requested parameter.
  • Methodendetails

    • get

      Object get(Optional<TryLifecycleContext> optionalTry)
      Supply the requested parameter. For the same optionalTry the same object must be returned if this object has state that could change its behaviour.
      Parameter:
      optionalTry - Contains a TryLifecycleContext instance if used to supply a property method's parameter. Otherwise it's empty.
      Gibt zurück:
      the freshly generated object or one stored for the same context