Given a string representation which was unable to be parsed and the exception thrown, produce a Response to be sent to the client.
Given a string representation which was unable to be parsed and the exception thrown, produce a Response to be sent to the client.
By default, generates a 400 Bad Request with a plain text entity generated by renderError.
Given a string representation, parse it and return an instance of the parameter type.
Given a string representation, parse it and return an instance of the parameter type.
Given a string representation which was unable to be parsed and the exception thrown, produce a plain text entity to be sent to the client.
Given a string representation which was unable to be parsed and the exception thrown, produce a plain text entity to be sent to the client.
Given a string representation which was unable to be parsed, produce a Status for the Response to be sent to the client.
Given a string representation which was unable to be parsed, produce a Status for the Response to be sent to the client.
Parses "true" and "false" to Boolean values.