public class GeoJsonPointToOasConverter extends CustomTypeToOasConverter
| Constructor and Description |
|---|
GeoJsonPointToOasConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert()
Converts the custom type into its representation in the OpenAPI Specification schema.
|
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 String convert()
CustomTypeToOasConverterconvert in class CustomTypeToOasConverterpublic boolean isInstanceOf(Class<?> klass)
CustomTypeToOasConverterisInstanceOf in class CustomTypeToOasConverterklass - The class to be checked for compatibility.Copyright © 2016–2024. All rights reserved.