Package org.ct42.fnflow.batchfnlib
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>
-
Konstruktordetails
-
Match
public Match()
-
-
Methodendetails
-
apply
public List<org.ct42.fnflow.batchdlt.BatchElement> apply(List<org.ct42.fnflow.batchdlt.BatchElement> input) - Angegeben von:
applyin SchnittstelleFunction<List<org.ct42.fnflow.batchdlt.BatchElement>,List<org.ct42.fnflow.batchdlt.BatchElement>> - Angegeben von:
applyin Klasseorg.ct42.fnflow.cfgfns.ConfigurableFunction<List<org.ct42.fnflow.batchdlt.BatchElement>,List<org.ct42.fnflow.batchdlt.BatchElement>, MatchProperties>
-