- APPLICATION_ATOM_XML - Static variable in interface io.dinject.controller.MediaType
-
A String constant representing "application/atom+xml" media type.
- APPLICATION_FORM_URLENCODED - Static variable in interface io.dinject.controller.MediaType
-
A String constant representing "application/x-www-form-urlencoded" media type.
- APPLICATION_JSON - Static variable in interface io.dinject.controller.MediaType
-
A String constant representing "application/json" media type.
- APPLICATION_JSON_PATCH_JSON - Static variable in interface io.dinject.controller.MediaType
-
String representation of "application/json-patch+json" media type..
- APPLICATION_OCTET_STREAM - Static variable in interface io.dinject.controller.MediaType
-
A String constant representing "application/octet-stream" media type.
- APPLICATION_SVG_XML - Static variable in interface io.dinject.controller.MediaType
-
A String constant representing "application/svg+xml" media type.
- APPLICATION_XHTML_XML - Static variable in interface io.dinject.controller.MediaType
-
A String constant representing "application/xhtml+xml" media type.
- APPLICATION_XML - Static variable in interface io.dinject.controller.MediaType
-
A String constant representing "application/xml" media type.
- asBigDecimal(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to BigDecimal (not nullable).
- asBool(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to boolean.
- asBoolean(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to boolean.
- asDouble(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to double.
- asFloat(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to float.
- asInstant(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to Instant (not nullable).
- asInt(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to int.
- asInteger(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to Integer (not nullable).
- asLocalDate(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to LocalDate (not nullable).
- asLocalDateTime(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to LocalDateTime (not nullable).
- asLocalTime(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to LocalTime (not nullable).
- asLong(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to long.
- asOffsetDateTime(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to OffsetDateTime (not nullable).
- asUUID(String) - Static method in class io.dinject.controller.PathTypeConversion
-
Convert to UUID (not nullable).