Class DocRefRemoteServiceSupplier

    • Method Summary

      Modifier and Type Method Description
      java.util.Optional<DocRefService> apply​(java.lang.String s)  
      static DocRefRemoteServiceSupplier forUrls​(java.util.Map<java.lang.String,​java.lang.String> urlsByType, java.util.Map<java.lang.String,​java.lang.Class<? extends DocRefEntity>> docRefServices)  
      static DocRefRemoteServiceSupplier forUrlsWrapped​(java.util.Map<java.lang.String,​java.lang.String> urlsByType, java.util.Map<java.lang.String,​java.lang.Class<? extends DocRefEntity>> docRefServices, java.util.function.Function<DocRefService,​DocRefService> wrapper)  
      • 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
    • Method Detail

      • forUrls

        public static DocRefRemoteServiceSupplier forUrls​(java.util.Map<java.lang.String,​java.lang.String> urlsByType,
                                                          java.util.Map<java.lang.String,​java.lang.Class<? extends DocRefEntity>> docRefServices)
      • apply

        public java.util.Optional<DocRefService> apply​(java.lang.String s)
        Specified by:
        apply in interface java.util.function.Function<java.lang.String,​java.util.Optional<DocRefService>>