Klasse Reduce2One

java.lang.Object
org.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode,NullProperties>
org.ct42.fnflow.fnlib.reducer.Reduce2One
Alle implementierten Schnittstellen:
Function<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode>

@Component("Reduce2One") public class Reduce2One extends org.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode,NullProperties>
  • Feldübersicht

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

    properties
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    com.fasterxml.jackson.databind.JsonNode
    apply(com.fasterxml.jackson.databind.JsonNode 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

    • Reduce2One

      public Reduce2One()
  • Methodendetails

    • apply

      public com.fasterxml.jackson.databind.JsonNode apply(com.fasterxml.jackson.databind.JsonNode input)
      Angegeben von:
      apply in Schnittstelle Function<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode>
      Angegeben von:
      apply in Klasse org.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode,NullProperties>