RequestParameterAccessor to allow simple access to Parameters in PrimitiveRequest #208
Reference in New Issue
Block a user
Delete Branch "feat/21-requestparameteraccessor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added
MissingParameterExceptionto be thrown when required parameter is missing.Added functional
ThrowingParserinterface to wrap method-reference (e.g.Integer::parseInt) for implicit conversion.Added
ParameterParseExceptionto be thrown when exception during parsing of value is thrown.Added
RequestParameterAccessorproviding methods for getting optional and required values, allows for implicit conversion withThrowingParserinterface.Closes #21
mentioned in commit
cb6c9cb339mentioned in merge request !53
mentioned in commit
5ee3f34625mentioned in task #21