Package | Description |
---|---|
io.jooby | |
io.jooby.internal |
Modifier and Type | Method and Description |
---|---|
List<ValueConverter> |
Router.getConverters()
Get all simple/string value converters.
|
List<ValueConverter> |
Jooby.getConverters() |
Modifier and Type | Method and Description |
---|---|
Router |
Router.converter(ValueConverter converter)
Add a custom string value converter.
|
Jooby |
Jooby.converter(ValueConverter converter) |
Modifier and Type | Method and Description |
---|---|
List<ValueConverter> |
RouterImpl.getConverters() |
Modifier and Type | Method and Description |
---|---|
Router |
RouterImpl.converter(ValueConverter converter) |
Copyright © 2020. All rights reserved.