| 程序包 | 说明 |
|---|---|
| com.github.jsontemplate.jsonbuild | |
| com.github.jsontemplate.valueproducer |
| 限定符和类型 | 方法和说明 |
|---|---|
static JsonIntegerNode |
JsonIntegerNode.of(Integer value)
Creates a JsonIntegerNode with a given integer value.
|
| 限定符和类型 | 方法和说明 |
|---|---|
JsonIntegerNode |
IntegerValueProducer.produce()
Produces a node which can generate a random integer.
|
JsonIntegerNode |
IntegerValueProducer.produce(List<String> valueList)
Produces a node which selects a string in a list.
|
JsonIntegerNode |
IntegerValueProducer.produce(Map<String,String> paramMap)
Produces a node which generates an integer based on a configuration.
|
JsonIntegerNode |
IntegerValueProducer.produce(String value)
Produces a node which can generate a fixed integer.
|
Copyright © 2019. All rights reserved.