接口 YamlProcessor.MatchCallback
- 封闭类:
- YamlProcessor
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
Callback interface used to process the YAML parsing results.
-
方法概要
修饰符和类型方法说明voidprocess(Properties properties, Map<String, Object> map) Process the given representation of the parsing results.
-
方法详细资料
-
process
Process the given representation of the parsing results.- 参数:
properties- the properties to process (as a flattened representation with indexed keys in case of a collection or map)map- the result map (preserving the original value structure in the YAML document)
-