Refactor SCIM ParamsParser
Prepares us for implementing SCIM filtering and filterless GET requests. - Extracts value coercion/casting to a new ValueParser class. - Extracts attribute mapping to a new AtrributeTransform class. - Extracts GET filter parsing to a new FilterParser class
Showing
Please register or sign in to comment