Class ContentKeyParamConverterProvider

  • All Implemented Interfaces:
    jakarta.ws.rs.ext.ParamConverterProvider

    @Provider
    public class ContentKeyParamConverterProvider
    extends java.lang.Object
    implements jakarta.ws.rs.ext.ParamConverterProvider
    JAX-RS parameter converter provider to transform String into ContentKey, and vice-versa.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> jakarta.ws.rs.ext.ParamConverter<T> getConverter​(java.lang.Class<T> rawType, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContentKeyParamConverterProvider

        public ContentKeyParamConverterProvider()
    • Method Detail

      • getConverter

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