Class TestParamConverterProvider

java.lang.Object
org.eclipse.microprofile.rest.client.tck.providers.TestParamConverterProvider
All Implemented Interfaces:
jakarta.ws.rs.ext.ParamConverterProvider

public class TestParamConverterProvider extends Object implements jakarta.ws.rs.ext.ParamConverterProvider
  • Constructor Details

    • TestParamConverterProvider

      public TestParamConverterProvider()
  • Method Details

    • getConverter

      public <T> jakarta.ws.rs.ext.ParamConverter<T> getConverter(Class<T> aClass, Type type, Annotation[] annotations)
      Specified by:
      getConverter in interface jakarta.ws.rs.ext.ParamConverterProvider