Class CriteriaSerDe
java.lang.Object
org.apache.nifi.update.attributes.serde.CriteriaSerDe
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
Handles the Criteria binding during the (de)serialization process. -
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JAXB_CONTEXT
private static final jakarta.xml.bind.JAXBContext JAXB_CONTEXT
-
-
Constructor Details
-
CriteriaSerDe
public CriteriaSerDe()
-
-
Method Details
-
serialize
Serializes the specified criteria.- Parameters:
criteria
- to serialize- Returns:
- the string representation of the given criteria
-
deserialize
Deserializes the specified criteria.- Parameters:
string
- the string representation of the criteria- Returns:
- the criteria object
-