Class Functions
java.lang.Object
com.atlassian.bamboo.oauth.shared.Functions
Utility
Function
s.-
Method Summary
Modifier and TypeMethodDescriptionReturns aFunction
that decodes keys using theURLDecoder
.Returns aFunction
that encodes keys using theURLEncoder
.
-
Method Details
-
toEncodedKeys
Returns aFunction
that encodes keys using theURLEncoder
.- Returns:
Function
that encodes keys using theURLEncoder
-
toDecodedKeys
Returns aFunction
that decodes keys using theURLDecoder
.
-