Klasse HasValueValidator
java.lang.Object
org.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode,HasValueProperties>
org.ct42.fnflow.fnlib.validator.hasvalue.HasValueValidator
- Alle implementierten Schnittstellen:
Function<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode>
@Component("hasValueValidator")
public class HasValueValidator
extends org.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode,HasValueProperties>
It is a function to check if an element in a JsonNode input object's specific path has a value.
-
Feldübersicht
Von Klasse geerbte Felder org.ct42.fnflow.cfgfns.ConfigurableFunction
properties -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcom.fasterxml.jackson.databind.JsonNodeapply(com.fasterxml.jackson.databind.JsonNode input)
-
Konstruktordetails
-
HasValueValidator
public HasValueValidator()
-
-
Methodendetails
-
apply
public com.fasterxml.jackson.databind.JsonNode apply(com.fasterxml.jackson.databind.JsonNode input) - Angegeben von:
applyin SchnittstelleFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode> - Angegeben von:
applyin Klasseorg.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode, HasValueProperties>
-