public class CriteriaSerDe extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
CriteriaSerDe.CriteriaBinding
Handles the Criteria binding during the (de)serialization process.
|
| Constructor and Description |
|---|
CriteriaSerDe() |
| Modifier and Type | Method and Description |
|---|---|
static Criteria |
deserialize(String string)
Deserializes the specified criteria.
|
static String |
serialize(Criteria criteria)
Serializes the specified criteria.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.