| 程序包 | 说明 |
|---|---|
| com.github.jsontemplate |
| 限定符和类型 | 方法和说明 |
|---|---|
JsonTemplate |
JsonTemplate.withDefaultTypeName(String typeName)
Registers the default type name.
|
JsonTemplate |
JsonTemplate.withValueProducer(IValueProducer valueProducer)
Registers a node producer.
|
JsonTemplate |
JsonTemplate.withVar(String variableName,
Object variable)
Registers a variable which is used in the template.
|
JsonTemplate |
JsonTemplate.withVars(Map<String,Object> variables)
Registers a map of variables which are used in the template.
|
Copyright © 2019. All rights reserved.