| 程序包 | 说明 |
|---|---|
| xyz.scootaloo.console.app | |
| xyz.scootaloo.console.app.config | |
| xyz.scootaloo.console.app.parser | |
| xyz.scootaloo.console.app.parser.preset |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
NameableParameterParser
给参数解析器起个名字
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<String,ParameterParser> |
CustomizeParser.parserMap |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomizeParser |
CustomizeParser.addParser(String name,
ParameterParser converter) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Map<String,ParameterParser> |
AssemblyFactory.parserMap |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AssemblyFactory.MethodActuator.setParser(ParameterParser parser) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleParameterParser
不做任何操作的转换器
只是将参数还原成原始的格式,交给方法调用
|
Copyright © 2021. All rights reserved.