Package | Description |
---|---|
org.jooby | |
org.jooby.internal.reqparam |
Modifier and Type | Method and Description |
---|---|
Object |
Parser.parse(com.google.inject.TypeLiteral<?> type,
Parser.Context ctx)
Parse one or more values to the required type.
|
Modifier and Type | Method and Description |
---|---|
Object |
StringConstructorParser.parse(com.google.inject.TypeLiteral<?> type,
Parser.Context ctx) |
Object |
StaticMethodParser.parse(com.google.inject.TypeLiteral<?> type,
Parser.Context ctx) |
Object |
LocaleParser.parse(com.google.inject.TypeLiteral<?> type,
Parser.Context ctx) |
Object |
LocalDateParser.parse(com.google.inject.TypeLiteral<?> type,
Parser.Context ctx) |
Object |
DateParser.parse(com.google.inject.TypeLiteral<?> type,
Parser.Context ctx) |
Object |
BeanParser.parse(com.google.inject.TypeLiteral<?> type,
Parser.Context ctx) |
Constructor and Description |
---|
ParserBuilder(Parser.Context ctx,
com.google.inject.TypeLiteral<?> toType,
Object value) |
Copyright © 2015. All rights reserved.