- GENERATED_EXAMPLES_ENABLED - Static variable in class io.github.swagger2markup.Swagger2MarkupProperties
-
- generateExample(AbstractSerializableParameter) - Static method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
Generate a default example value for parameter.
- generateExample(Property, MarkupDocBuilder) - Static method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Generate a default example value for property.
- generateRequestExampleMap(boolean, PathOperation, Map<String, Model>, DocumentResolver, MarkupDocBuilder) - Static method in class io.github.swagger2markup.internal.utils.ExamplesUtil
-
Generates examples for request
- generateResponseExampleMap(boolean, PathOperation, Map<String, Model>, DocumentResolver, MarkupDocBuilder) - Static method in class io.github.swagger2markup.internal.utils.ExamplesUtil
-
Generates a Map of response examples
- getAccess() - Method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
- getAnchorPrefix() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Optionally prefix all anchors for uniqueness.
- getBoolean(String, boolean) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the boolean property value associated with the given key, or
defaultValue if the key cannot be resolved.
- getCollectionFormat() - Method in class io.github.swagger2markup.internal.type.ArrayType
-
- getConfig() - Method in class io.github.swagger2markup.Swagger2MarkupConverter.Context
-
- getContext() - Method in class io.github.swagger2markup.Swagger2MarkupConverter
-
Returns the global Context
- getDefaultValue() - Method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
Retrieves the default value of a parameter
- getDefaultValue() - Method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Retrieves the default value of a property
- getDefinitionName() - Method in class io.github.swagger2markup.spi.DefinitionsDocumentExtension.Context
-
- getDefinitionOrderBy() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies definition ordering.
- getDefinitionOrdering() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies a custom comparator function to order definitions.
- getDefinitionsDocument() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Definitions document name (without extension).
- getDefinitionsDocumentExtensions() - Method in interface io.github.swagger2markup.Swagger2MarkupExtensionRegistry
-
DefinitionsDocumentExtension extension point can be used to extend the definitions document content.
- getDescription() - Method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
- getDiscriminator() - Method in class io.github.swagger2markup.internal.type.ObjectTypePolymorphism
-
- getDocument() - Method in class io.github.swagger2markup.internal.type.RefType
-
- getExample(boolean, MarkupDocBuilder) - Method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Return example display string for the given property.
- getExclusiveMax() - Method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Retrieves the exclusiveMaximum value of a property
- getExclusiveMin() - Method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Retrieves the exclusiveMinimum value of a property
- getExtensionRegistry() - Method in class io.github.swagger2markup.Swagger2MarkupConverter.Context
-
- getExtensionsProperties() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Returns properties for extensions.
- getFormat() - Method in class io.github.swagger2markup.internal.type.BasicType
-
- getGroupBy(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the GroupBy property value associated with the given key, or
defaultValue if the key cannot be resolved.
- getHeaderPattern() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies the regex pattern used for header matching
- getHeaderPattern(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
- getId() - Method in class io.github.swagger2markup.model.PathOperation
-
Returns an unique id for the operation.
- getIn() - Method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
- getInlineDefinitions() - Method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
- getInt(String, int) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the int property value associated with the given key, or
defaultValue if the key cannot be resolved.
- getInteger(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Returns an optional Integer property value associated with the given key.
- getInterDocumentCrossReferencesPrefix() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Inter-document cross-references optional prefix.
- getKeys() - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the list of keys.
- getKeys(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Get the list of the keys contained in the configuration that match the
specified prefix.
- getKeyType() - Method in class io.github.swagger2markup.internal.type.MapType
-
- getLabel(String) - Method in class io.github.swagger2markup.Labels
-
Gets a label for the given key from this resource bundle.
- getLabels() - Method in class io.github.swagger2markup.Swagger2MarkupConverter.Context
-
- getLanguage(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the Language property value associated with the given key, or
defaultValue if the key cannot be resolved.
- getLineSeparator() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies the line separator which should be used.
- getMarkupDocBuilder() - Method in class io.github.swagger2markup.spi.ContentContext
-
- getMarkupLanguage() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies the markup language which should be used to generate the files.
- getMarkupLanguage(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the MarkupLanguage property value associated with the given key, or
defaultValue if the key cannot be resolved.
- getMax() - Method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Retrieves the minimum value of a property
- getMaxlength() - Method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Retrieves the maxLength of a property
- getMethod() - Method in class io.github.swagger2markup.model.PathOperation
-
- getMin() - Method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Retrieves the minimum value of a property
- getMinlength() - Method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Retrieves the minLength of a property
- getModel() - Method in class io.github.swagger2markup.spi.DefinitionsDocumentExtension.Context
-
- getName() - Method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
- getName() - Method in class io.github.swagger2markup.internal.type.Type
-
- getNature() - Method in class io.github.swagger2markup.internal.type.ObjectTypePolymorphism
-
- getOfType() - Method in class io.github.swagger2markup.internal.type.ArrayType
-
- getOperation() - Method in class io.github.swagger2markup.model.PathOperation
-
- getOperation() - Method in class io.github.swagger2markup.spi.PathsDocumentExtension.Context
-
- getOperationOrderBy() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies operation ordering.
- getOperationOrdering() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies a custom comparator function to order operations.
- getOrderBy(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the OrderBy property value associated with the given key, or
defaultValue if the key cannot be resolved.
- getOutputLanguage() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies labels language of output files.
- getOutputPath() - Method in class io.github.swagger2markup.Swagger2MarkupConverter.Context
-
- getOverviewDocument() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Overview document name (without extension).
- getOverviewDocumentExtensions() - Method in interface io.github.swagger2markup.Swagger2MarkupExtensionRegistry
-
OverviewDocumentExtension extension point can be used to extend the overview document content.
- getPageBreakLocations() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Returns the list of page break locations
- getPageBreakLocations(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
- getParameterOrderBy() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies parameter ordering.
- getParameterOrdering() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies a custom comparator function to order parameters.
- getPath() - Method in class io.github.swagger2markup.model.PathOperation
-
- getPath(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the Path property value associated with the given key, or
defaultValue if the key cannot be resolved.
- getPathsDocument() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Paths document name (without extension).
- getPathsDocumentExtensions() - Method in interface io.github.swagger2markup.Swagger2MarkupExtensionRegistry
-
PathsDocumentExtension extension point can be used to extend the paths document content.
- getPathsGroupedBy() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies if the operations should be grouped by tags or stay as-is.
- getPattern() - Method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
- getPattern() - Method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Retrieves the pattern of a property
- getPolymorphism() - Method in class io.github.swagger2markup.internal.type.ObjectType
-
- getPosition() - Method in class io.github.swagger2markup.spi.DefinitionsDocumentExtension.Context
-
- getPosition() - Method in class io.github.swagger2markup.spi.OverviewDocumentExtension.Context
-
- getPosition() - Method in class io.github.swagger2markup.spi.PathsDocumentExtension.Context
-
- getPosition() - Method in class io.github.swagger2markup.spi.SecurityDocumentExtension.Context
-
- getProperties() - Method in class io.github.swagger2markup.internal.type.ObjectType
-
- getPropertyOrderBy() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies property ordering.
- getPropertyOrdering() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies a custom comparator function to order properties.
- getReadOnly() - Method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Checks if a property is read-only.
- getRefType() - Method in class io.github.swagger2markup.internal.type.RefType
-
- getRequired() - Method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
- getRequiredBoolean(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the boolean property value associated with the given key (never null).
- getRequiredInt(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the int property value associated with the given key (never null).
- getRequiredMarkupLanguage(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the MarkupLanguage property value associated with the given key (never null).
- getRequiredPath(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the Path property value associated with the given key (never null).
- getRequiredString(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the String property value associated with the given key (never null).
- getRequiredURI(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the URI property value associated with the given key (never null).
- getResponseOrderBy() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies response ordering.
- getResponseOrdering() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies a custom comparator function to order responses.
- getSecurityDocument() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Security document name (without extension).
- getSecurityDocumentExtensions() - Method in interface io.github.swagger2markup.Swagger2MarkupExtensionRegistry
-
SecurityContentExtension extension point can be used to extend the security document content.
- getSecurityScheme() - Method in class io.github.swagger2markup.spi.SecurityDocumentExtension.Context
-
- getSecuritySchemeName() - Method in class io.github.swagger2markup.spi.SecurityDocumentExtension.Context
-
- getSeparatedDefinitionsFolder() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Separated definitions sub-folder name.
- getSeparatedOperationsFolder() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Separated operations sub-folder name.
- getString(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Returns an optional String property value associated with the given key.
- getString(String, String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the String property value associated with the given key, or
defaultValue if the key cannot be resolved.
- getSwagger() - Method in class io.github.swagger2markup.Swagger2MarkupConverter.Context
-
- getSwaggerLocation() - Method in class io.github.swagger2markup.Swagger2MarkupConverter.Context
-
- getSwaggerMarkupLanguage() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies the markup language used in Swagger descriptions.
- getSwaggerModelExtensions() - Method in interface io.github.swagger2markup.Swagger2MarkupExtensionRegistry
-
SwaggerModelExtension extension point can be used to preprocess the Swagger model.
- getTagOrderBy() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies tag ordering.
- getTagOrdering() - Method in interface io.github.swagger2markup.Swagger2MarkupConfig
-
Specifies a custom comparator function to order tags.
- getTitle() - Method in class io.github.swagger2markup.model.PathOperation
-
Returns the display title for an operation
- getType() - Method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
- getType(DocumentResolver) - Method in class io.github.swagger2markup.internal.adapter.PropertyAdapter
-
Retrieves the type and format of a property.
- getType() - Method in class io.github.swagger2markup.internal.type.BasicType
-
- getType(Model, Map<String, Model>, DocumentResolver) - Static method in class io.github.swagger2markup.internal.utils.ModelUtils
-
Retrieves the type of a model, or otherwise null
- getUniqueName() - Method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
- getUniqueName() - Method in class io.github.swagger2markup.internal.type.Type
-
- getURI(String) - Method in class io.github.swagger2markup.Swagger2MarkupProperties
-
Return the URI property value associated with the given key, or
defaultValue if the key cannot be resolved.
- getValues() - Method in class io.github.swagger2markup.internal.type.EnumType
-
- getValueType() - Method in class io.github.swagger2markup.internal.type.MapType
-
- getVendorExtensions() - Method in class io.github.swagger2markup.internal.adapter.ParameterAdapter
-
- GroupBy - Enum in io.github.swagger2markup
-
- groupOperationsByRegex(List<PathOperation>, Pattern) - Static method in class io.github.swagger2markup.internal.utils.RegexUtils
-
Groups the operations by regex group.
- groupOperationsByTag(List<PathOperation>, Comparator<PathOperation>) - Static method in class io.github.swagger2markup.internal.utils.TagUtils
-
Groups the operations by tag.
- valueOf(String) - Static method in enum io.github.swagger2markup.GroupBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.swagger2markup.internal.type.ObjectTypePolymorphism.Nature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.swagger2markup.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.swagger2markup.OrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.swagger2markup.PageBreakLocations
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.swagger2markup.spi.DefinitionsDocumentExtension.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.swagger2markup.spi.OverviewDocumentExtension.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.swagger2markup.spi.PathsDocumentExtension.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.swagger2markup.spi.SecurityDocumentExtension.Position
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.github.swagger2markup.GroupBy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class io.github.swagger2markup.internal.type.EnumType
-
- values() - Static method in enum io.github.swagger2markup.internal.type.ObjectTypePolymorphism.Nature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.swagger2markup.Language
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.swagger2markup.OrderBy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.swagger2markup.PageBreakLocations
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.swagger2markup.spi.DefinitionsDocumentExtension.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.swagger2markup.spi.OverviewDocumentExtension.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.swagger2markup.spi.PathsDocumentExtension.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.swagger2markup.spi.SecurityDocumentExtension.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class io.github.swagger2markup.Labels
-
- VersionInfoComponent - Class in io.github.swagger2markup.internal.component
-
- VersionInfoComponent(Swagger2MarkupConverter.Context) - Constructor for class io.github.swagger2markup.internal.component.VersionInfoComponent
-
- VersionInfoComponent.Parameters - Class in io.github.swagger2markup.internal.component
-
- WIDTH_RATIO - Static variable in class io.github.swagger2markup.internal.component.TableComponent
-
- withAnchorPrefix(String) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Optionally prefix all anchors for uniqueness.
- withBasePathPrefix() - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Prepend the base path to all paths.
- withConfig(Swagger2MarkupConfig) - Method in class io.github.swagger2markup.Swagger2MarkupConverter.Builder
-
- withDefinitionOrdering(OrderBy) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies definition ordering.
- withDefinitionOrdering(Comparator<String>) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies a custom comparator function to order definitions.
- withDefinitionsDocumentExtension(DefinitionsDocumentExtension) - Method in class io.github.swagger2markup.builder.Swagger2MarkupExtensionRegistryBuilder
-
- withExtensionRegistry(Swagger2MarkupExtensionRegistry) - Method in class io.github.swagger2markup.Swagger2MarkupConverter.Builder
-
- withFlatBody() - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Optionally isolate the body parameter, if any, from other parameters.
- withGeneratedExamples() - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Include generated examples into the documents.
- withHeaderRegex(String) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies the regex pattern to use for grouping paths.
- withInterDocumentCrossReferences(String) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Enable use of inter-document cross-references when needed.
- withInterDocumentCrossReferences() - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Enable use of inter-document cross-references when needed.
- withLineSeparator(LineSeparator) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies the line separator which should be used.
- withMarkupLanguage(MarkupLanguage) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies the markup language which should be used to generate the files.
- withOperationOrdering(OrderBy) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies operation ordering.
- withOperationOrdering(Comparator<PathOperation>) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies a custom comparator function to order operations.
- withoutInlineSchema() - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Disable inline schema support.
- withoutPathSecuritySection() - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Optionally disable the security section for path sections
- withOutputLanguage(Language) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies labels language of output files.
- withOverviewDocumentExtension(OverviewDocumentExtension) - Method in class io.github.swagger2markup.builder.Swagger2MarkupExtensionRegistryBuilder
-
- withPageBreaks(List<PageBreakLocations>) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Set the page break locations
- withParameterOrdering(OrderBy) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies parameter ordering.
- withParameterOrdering(Comparator<Parameter>) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies a custom comparator function to order parameters.
- withPathsDocumentExtension(PathsDocumentExtension) - Method in class io.github.swagger2markup.builder.Swagger2MarkupExtensionRegistryBuilder
-
- withPathsGroupedBy(GroupBy) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies if the paths should be grouped by tags or stay as-is.
- withPropertyOrdering(OrderBy) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies property ordering.
- withPropertyOrdering(Comparator<String>) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies a custom comparator function to order properties.
- withResponseOrdering(OrderBy) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies response ordering.
- withResponseOrdering(Comparator<String>) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies a custom comparator function to order responses.
- withSecurityDocumentExtension(SecurityDocumentExtension) - Method in class io.github.swagger2markup.builder.Swagger2MarkupExtensionRegistryBuilder
-
- withSeparatedDefinitions() - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
In addition to the Definitions file, also create separate definition files for each model definition.
- withSeparatedOperations() - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
In addition to the Paths file, also create separate operation files for each operation.
- withSwaggerMarkupLanguage(MarkupLanguage) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies the markup language used in Swagger descriptions.
- withSwaggerModelExtension(SwaggerModelExtension) - Method in class io.github.swagger2markup.builder.Swagger2MarkupExtensionRegistryBuilder
-
- withTagOrdering(OrderBy) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies tag ordering.
- withTagOrdering(Comparator<String>) - Method in class io.github.swagger2markup.builder.Swagger2MarkupConfigBuilder
-
Specifies a custom comparator function to order tags.