Class MultiValuedArrayParamConverter
- java.lang.Object
-
- org.jboss.resteasy.plugins.providers.MultiValuedAbstractParamConverter
-
- org.jboss.resteasy.plugins.providers.MultiValuedArrayParamConverter
-
- All Implemented Interfaces:
javax.ws.rs.ext.ParamConverter<Object>
public class MultiValuedArrayParamConverter extends MultiValuedAbstractParamConverter implements javax.ws.rs.ext.ParamConverter<Object>
- Author:
- Marek Kopecky mkopecky@redhat.com, Ron Sigal rsigal@redhat.com
-
-
Field Summary
-
Fields inherited from class org.jboss.resteasy.plugins.providers.MultiValuedAbstractParamConverter
headerDelegate, paramConverter, separator, stringParameterInjector
-
-
Constructor Summary
Constructors Constructor Description MultiValuedArrayParamConverter(StringParameterInjector stringParameterInjector, String separator, Class<?> rawType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
fromString(String param)
String
toString(Object value)
-
Methods inherited from class org.jboss.resteasy.plugins.providers.MultiValuedAbstractParamConverter
getSeparatorChar, stringify
-
-
-
-
Constructor Detail
-
MultiValuedArrayParamConverter
public MultiValuedArrayParamConverter(StringParameterInjector stringParameterInjector, String separator, Class<?> rawType)
-
-