Package io.virtdata.docsys.core
Class EndpointLoader
- java.lang.Object
-
- io.virtdata.docsys.core.EndpointLoader
-
public class EndpointLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EndpointLoader()
-
Method Summary
Modifier and Type Method Description static java.util.List<DocPaths>loadPathDescriptors()static java.util.List<WebServiceObject>loadWebServiceObjects()
-
-
-
Method Detail
-
loadWebServiceObjects
public static java.util.List<WebServiceObject> loadWebServiceObjects()
-
loadPathDescriptors
public static java.util.List<DocPaths> loadPathDescriptors()
-
-