Class JsonbJaxrsProvider.DynamicInstance

  • All Implemented Interfaces:
    java.util.function.Function<java.lang.Class<?>,​javax.json.bind.Jsonb>
    Enclosing class:
    JsonbJaxrsProvider<T>

    private static final class JsonbJaxrsProvider.DynamicInstance
    extends java.lang.Object
    implements java.util.function.Function<java.lang.Class<?>,​javax.json.bind.Jsonb>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.ws.rs.ext.ContextResolver<javax.json.bind.Jsonb> contextResolver  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DynamicInstance​(javax.ws.rs.ext.ContextResolver<javax.json.bind.Jsonb> resolver)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.json.bind.Jsonb apply​(java.lang.Class<?> type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

      • contextResolver

        private final javax.ws.rs.ext.ContextResolver<javax.json.bind.Jsonb> contextResolver
    • Constructor Detail

      • DynamicInstance

        private DynamicInstance​(javax.ws.rs.ext.ContextResolver<javax.json.bind.Jsonb> resolver)
    • Method Detail

      • apply

        public javax.json.bind.Jsonb apply​(java.lang.Class<?> type)
        Specified by:
        apply in interface java.util.function.Function<java.lang.Class<?>,​javax.json.bind.Jsonb>