@Deprecated public interface RouteParam
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
doc()
Deprecated.
|
String |
name()
Deprecated.
|
default boolean |
optional()
Deprecated.
|
RouteParamType |
paramType()
Deprecated.
|
RouteParam |
paramType(RouteParamType type)
Deprecated.
Set parameter type.
|
Type |
type()
Deprecated.
|
RouteParam |
type(Type type)
Deprecated.
Set parameter data type.
|
Object |
value()
Deprecated.
|
String name()
Type type()
RouteParam type(Type type)
type - Data type.RouteParamType paramType()
RouteParam paramType(RouteParamType type)
type - Paremater type.Object value()
nulldefault boolean optional()
Optional or has a
default value.Copyright © 2017. All rights reserved.