Klasse TrimNormalizer

java.lang.Object
org.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode,TrimProperties>
org.ct42.fnflow.fnlib.normalizer.trim.TrimNormalizer
Alle implementierten Schnittstellen:
Function<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode>

@Component("trimNormalizer") public class TrimNormalizer extends org.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode,TrimProperties>
It is a function for trimming a text value in a JsonNode input object's specific path.
  • 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

    • TrimNormalizer

      public TrimNormalizer()
  • 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,TrimProperties>