| Modifier and Type | Method and Description |
|---|---|
Loader |
LoaderFactory.getLoader(String base,
String username,
String password) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiLoader |
| Modifier and Type | Method and Description |
|---|---|
Loader |
ApiLoader.PortalFactory.getLoader(String base,
String username,
String password) |
Loader |
ApiLoader.DesignerFactory.getLoader(String base,
String username,
String password) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathLoader |
class |
CompositeLoader |
class |
FileLoader |
class |
InterceptingLoader |
class |
UriLoader
Handles resources with absolute URIs.
|
| Modifier and Type | Method and Description |
|---|---|
Loader |
FileLoader.Factory.getLoader(String base,
String username,
String password) |
Loader |
ClassPathLoader.Factory.getLoader(String base,
String username,
String password) |
| Constructor and Description |
|---|
CompositeLoader(Loader... loaders) |
InterceptingLoader(Loader delegate,
LoaderInterceptor interceptor) |
UriLoader(Loader relativeLoader) |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryLoader |
| Constructor and Description |
|---|
RepositoryLoader(Loader loader,
String defaultResourceName,
String responseName,
Class<? extends RepositoryResponse> responseClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthUrlLoader |
class |
GithubLoader |
class |
UrlLoader |
| Modifier and Type | Method and Description |
|---|---|
Loader |
UrlLoader.HttpFactory.getLoader(String base,
String username,
String password) |
Loader |
UrlLoader.HttpsFactory.getLoader(String base,
String username,
String password) |
Loader |
GithubLoader.Factory.getLoader(String base,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
static com.github.fge.jsonschema.main.JsonSchemaFactory |
LoaderUriDownloader.createJsonSchemaFactory(Loader loader) |
static com.github.fge.jsonschema.main.JsonSchemaFactory |
LoaderUriDownloader.createJsonSchemaFactory(Loader loader,
com.github.fge.jsonschema.core.load.configuration.LoadingConfiguration loadingConfiguration,
com.github.fge.jsonschema.core.report.ReportProvider reportProvider,
com.github.fge.jsonschema.cfg.ValidationConfiguration validationConfiguration) |
| Constructor and Description |
|---|
LoaderUriDownloader(Loader delegate) |
| Constructor and Description |
|---|
LoaderRamlResourceLoader(Loader delegate) |
RamlCache(Loader loader) |
RamlLoad(Loader loader) |
RamlLoad(Loader loader,
boolean caching) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaFactory |
LoaderLSResourceResolver.createRelaxNgSchemaFactory(Loader loader) |
static SchemaFactory |
LoaderLSResourceResolver.createSchemaFactory(Loader loader,
String schemaLanguage) |
static SchemaFactory |
LoaderLSResourceResolver.createXmlSchemaFactory(Loader loader) |
| Constructor and Description |
|---|
LoaderLSResourceResolver(Loader loader) |
Copyright © 2015–2017. All rights reserved.