| 接口 | 说明 |
|---|---|
| IValueProducer<T extends JsonNode> |
All node producers should implement this interface.
|
| 类 | 说明 |
|---|---|
| AbstractValueProducer<T extends JsonNode> | |
| Base64ValueProducer |
This class produces a
JsonStringNode which can generate an
base64 string. |
| BooleanValueProducer |
This class produces a
JsonBooleanNode which can generate json boolean value. |
| FloatValueProducer |
This class produces a
JsonFloatNode which can generate json numeric(float) value. |
| IntegerValueProducer |
This class produces a
JsonIntegerNode which can generate json numeric(integer) value. |
| Ipv6ValueProducer |
This class produces a
JsonStringNode which can generate an
ip string. |
| IpValueProducer |
This class produces a
JsonStringNode which can generate an
ipv6 string. |
| RawStringValueProducer |
This class produces a
JsonRawNode which prints the content
of the given string without quotes. |
| SmartValueProducer |
This is the default type in JsonTemplate.
|
| StringValueProducer |
This class produces a
JsonStringNode which can generate json string value. |
Copyright © 2019. All rights reserved.