public class SilentGraphQLApiImporterFactory extends Object implements SilentApiImporterFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
SilentGraphQLApiImporterFactory.GraphQLSilentImporter
Silent importer of GraphQL schema
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SUPPORTED_FORMATS |
| Constructor and Description |
|---|
SilentGraphQLApiImporterFactory() |
| Modifier and Type | Method and Description |
|---|---|
SilentApiImporter |
createSilentImporter()
Returns a "silent" API importer.
|
Class<?> |
getFactoryType() |
String |
getFormatName()
Returns a short String identifying the format that the importers created by this factory can handle, e.g.
|
public static final String SUPPORTED_FORMATS
public SilentApiImporter createSilentImporter()
SilentApiImporterFactorycreateSilentImporter in interface SilentApiImporterFactorypublic String getFormatName()
SilentApiImporterFactorygetFormatName in interface SilentApiImporterFactorypublic Class<?> getFactoryType()
getFactoryType in interface com.eviware.soapui.plugins.SoapUIFactoryCopyright © 2019. All rights reserved.