Class SpringConfigBackendLobid

java.lang.Object
de.digitalcollections.cudami.server.config.SpringConfigBackendLobid

@Configuration
@ComponentScan(basePackages="de.digitalcollections.cudami.server.backend.impl.lobid")
public class SpringConfigBackendLobid
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    SpringConfigBackendLobid()  
  • Method Summary

    Modifier and Type Method Description
    LobidClient lobidClient()  

    Methods inherited from class java.lang.Object

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

    • SpringConfigBackendLobid

      public SpringConfigBackendLobid()
  • Method Details