Class MultiValuedCollectionParamConverter
java.lang.Object
org.jboss.resteasy.plugins.providers.MultiValuedAbstractParamConverter
org.jboss.resteasy.plugins.providers.MultiValuedCollectionParamConverter
- All Implemented Interfaces:
jakarta.ws.rs.ext.ParamConverter<Collection<?>>
public class MultiValuedCollectionParamConverter
extends MultiValuedAbstractParamConverter
implements jakarta.ws.rs.ext.ParamConverter<Collection<?>>
- Author:
- Marek Kopecky mkopecky@redhat.com, Ron Sigal rsigal@redhat.com
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.ws.rs.ext.ParamConverter
jakarta.ws.rs.ext.ParamConverter.Lazy -
Field Summary
Fields inherited from class org.jboss.resteasy.plugins.providers.MultiValuedAbstractParamConverter
headerDelegate, paramConverter, separator, stringParameterInjector -
Constructor Summary
ConstructorsConstructorDescriptionMultiValuedCollectionParamConverter(StringParameterInjector stringParameterInjector, String separator, Constructor<?> constructor) -
Method Summary
Modifier and TypeMethodDescriptionCollection<?> fromString(String param) toString(Collection<?> value) Methods inherited from class org.jboss.resteasy.plugins.providers.MultiValuedAbstractParamConverter
getSeparatorChar, stringify
-
Constructor Details
-
MultiValuedCollectionParamConverter
public MultiValuedCollectionParamConverter(StringParameterInjector stringParameterInjector, String separator, Constructor<?> constructor)
-
-
Method Details
-
toString
- Specified by:
toStringin interfacejakarta.ws.rs.ext.ParamConverter<Collection<?>>
-
fromString
- Specified by:
fromStringin interfacejakarta.ws.rs.ext.ParamConverter<Collection<?>>
-