Class CriteriaSerDe
java.lang.Object
org.apache.nifi.update.attributes.serde.CriteriaSerDe
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classHandles the Criteria binding during the (de)serialization process. -
Field Summary
Fields -
Constructor Summary
Constructors -
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
-