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()
SilentApiImporterFactory
createSilentImporter
in interface SilentApiImporterFactory
public String getFormatName()
SilentApiImporterFactory
getFormatName
in interface SilentApiImporterFactory
public Class<?> getFactoryType()
getFactoryType
in interface com.eviware.soapui.plugins.SoapUIFactory
Copyright © 2019. All rights reserved.