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
  • Constructor Details

  • Method Details

    • toString

      public String toString(Collection<?> value)
      Specified by:
      toString in interface jakarta.ws.rs.ext.ParamConverter<Collection<?>>
    • fromString

      public Collection<?> fromString(String param)
      Specified by:
      fromString in interface jakarta.ws.rs.ext.ParamConverter<Collection<?>>