Klasse Match

java.lang.Object
org.ct42.fnflow.cfgfns.ConfigurableFunction<List<org.ct42.fnflow.batchdlt.BatchElement>,List<org.ct42.fnflow.batchdlt.BatchElement>,MatchProperties>
org.ct42.fnflow.batchfnlib.Match
Alle implementierten Schnittstellen:
Function<List<org.ct42.fnflow.batchdlt.BatchElement>,List<org.ct42.fnflow.batchdlt.BatchElement>>

@Component("Match") @RegisterReflection(classes=com.fasterxml.jackson.core.JsonPointer.class, memberCategories=INVOKE_PUBLIC_METHODS) public class Match extends org.ct42.fnflow.cfgfns.ConfigurableFunction<List<org.ct42.fnflow.batchdlt.BatchElement>,List<org.ct42.fnflow.batchdlt.BatchElement>,MatchProperties>
  • Feldübersicht

    Von Klasse geerbte Felder org.ct42.fnflow.cfgfns.ConfigurableFunction

    properties
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    List<org.ct42.fnflow.batchdlt.BatchElement>
    apply(List<org.ct42.fnflow.batchdlt.BatchElement> input)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden java.util.function.Function

    andThen, compose
  • Konstruktordetails

    • Match

      public Match()
  • Methodendetails

    • apply

      public List<org.ct42.fnflow.batchdlt.BatchElement> apply(List<org.ct42.fnflow.batchdlt.BatchElement> input)
      Angegeben von:
      apply in Schnittstelle Function<List<org.ct42.fnflow.batchdlt.BatchElement>,List<org.ct42.fnflow.batchdlt.BatchElement>>
      Angegeben von:
      apply in Klasse org.ct42.fnflow.cfgfns.ConfigurableFunction<List<org.ct42.fnflow.batchdlt.BatchElement>,List<org.ct42.fnflow.batchdlt.BatchElement>,MatchProperties>