Package | Description |
---|---|
org.tinygroup.urlrestful.handler | |
org.tinygroup.urlrestful.valueparser |
Modifier and Type | Method and Description |
---|---|
void |
RestfulStyleSubstitutionHandler.addConvert(ValueConverter converter) |
void |
RestfulStyleSubstitutionHandler.removeConvert(ValueConverter converter) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValueConverter |
class |
DefaultValueConverter
默认的值转换器,只有当所有转换器都匹配不到,就使用默认的转换器,直接返回参数值。
|
class |
SplitValueConvert
把逗号分隔的参数值转换成字符串数组
|
Copyright © 2006–2018 TinyGroup. All rights reserved.