Class CommaSeparatedValues
java.lang.Object
org.jdrupes.keycloak.moodleauth.moodle.service.CommaSeparatedValues
- All Implemented Interfaces:
QueryValueEncoder
Wraps a collection to enforce non-standard encoding in a query.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the string to use as value in a query.
-
Constructor Details
-
CommaSeparatedValues
Instantiates a new object.- Parameters:
values
- the values
-
-
Method Details
-
asQueryValue
Returns the string to use as value in a query.- Specified by:
asQueryValue
in interfaceQueryValueEncoder
- Returns:
- the string
-