public abstract class CustomTypeToOasConverter extends Object
| Constructor and Description |
|---|
CustomTypeToOasConverter() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
convert()
Converts the custom type into its representation in the OpenAPI Specification schema.
|
abstract boolean |
isInstanceOf(Class<?> klass)
Checks whether the provided class matches the type for which the converter is designed to
create an OpenAPI Specification schema.
|
public abstract String convert()
public abstract boolean isInstanceOf(Class<?> klass)
klass - The class to be checked for compatibility.Copyright © 2016–2024. All rights reserved.