- All Superinterfaces:
Convertible<String>
- All Known Subinterfaces:
CookieParameter
,SetCookieParameter
Base parameter interface defining common HTTP parameter (eg. header, cookie, query parameter...).
- Since:
- 1.0
- Author:
- Jeremy Kuhn
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A factory for creating parameters. -
Method Summary
Methods inherited from interface io.inverno.mod.base.converter.Convertible
as, as, asArrayOf, asArrayOf, asBigDecimal, asBigInteger, asBoolean, asByte, asCharacter, asClass, asCurrency, asDouble, asFile, asFloat, asInetAddress, asInteger, asListOf, asListOf, asLocalDate, asLocalDateTime, asLocale, asLong, asPath, asPattern, asSetOf, asSetOf, asShort, asString, asURI, asURL, asZonedDateTime, getValue
-
Method Details
-
getName
String getName()Returns the parameter name.
- Specified by:
getName
in interfaceConvertible<String>
- Returns:
- a name
-