public class RawStringValueProducer extends AbstractValueProducer<JsonRawNode>
JsonRawNode which prints the content
of the given string without quotes. This is suitable for embedding
another json string.| 构造器和说明 |
|---|
RawStringValueProducer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getTypeName()
Returns the name of the producer used in the template.
|
JsonRawNode |
produce(String value)
Produces a node with a single parameter.
|
pickBooleanParam, pickFloatParam, pickIntegerParam, pickStringParam, produce, produce, produce, randomFloatInRange, randomIntInRange, shouldBeInAscOrder, shouldBeInAscOrder, shouldBePositive, validateParamMappublic String getTypeName()
IValueProducerpublic JsonRawNode produce(String value)
IValueProducerproduce 在接口中 IValueProducer<JsonRawNode>produce 在类中 AbstractValueProducer<JsonRawNode>value - the single parameterCopyright © 2019. All rights reserved.