Class ServiceDescriptorManager
java.lang.Object
com.cloudimpl.outstack.spring.service.ServiceDescriptorManager
public class ServiceDescriptorManager
extends java.lang.Object
- Author:
- nuwan
-
Constructor Summary
Constructors Constructor Description ServiceDescriptorManager() -
Method Summary
Modifier and Type Method Description java.util.Collection<SpringServiceDescriptor>getDescriptors()java.util.Optional<SpringServiceDescriptor>getServiceDescriptorByPlural(java.lang.String rootTypePlural)protected voidputByPlural(SpringServiceDescriptor serviceDescriptor)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ServiceDescriptorManager
public ServiceDescriptorManager()
-
-
Method Details
-
putByPlural
-
getServiceDescriptorByPlural
public java.util.Optional<SpringServiceDescriptor> getServiceDescriptorByPlural(java.lang.String rootTypePlural) -
getDescriptors
-