You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to extract path parameters from a URI (mapping REST resource name=>domain ID), and the UriComponentsBuilder produced by ControllerLinkBuilder.getBuilder() has most of the information I'm needing. Would it be practical to make getBuilder() public?
The text was updated successfully, but these errors were encountered:
I am trying to extract path parameters from a URI (mapping REST resource name=>domain ID), and the
UriComponentsBuilder
produced byControllerLinkBuilder.getBuilder()
has most of the information I'm needing. Would it be practical to makegetBuilder()
public?The text was updated successfully, but these errors were encountered: