Class ParamConverterProviderTwo

java.lang.Object
ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.ParamConverterProviderTwo
All Implemented Interfaces:
jakarta.ws.rs.ext.ParamConverterProvider

@Provider @Priority(99) public class ParamConverterProviderTwo extends Object implements jakarta.ws.rs.ext.ParamConverterProvider
  • Constructor Details

    • ParamConverterProviderTwo

      public ParamConverterProviderTwo()
  • Method Details

    • getConverter

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