java - Can I have a Jersey ParamConverter for a List of PathSegments? -
i have data type gets created pathsegment (i have list of them), , i'd use paramconverter binding, seems able convert string, , there doesn't appear way have convert pathsegment.
i know can have jersey inject relevant list<pathsegment> , can process there, hoping able use same mechanism binding request values.
does know if jersey supports this, and, if so, mechanism able bind against more strings?
Comments
Post a Comment