Interface OpenApiManager<T>
- Type Parameters:
T- model type
- All Superinterfaces:
NamedService
OpenApi manager.
-
Method Summary
Methods inherited from interface NamedService
name, typeModifier and TypeMethodDescriptionname()Name of this implementation, as provided inConfiguredProvider.create(Config, String).type()Type of this implementation, to distinguish instances of same type, with differentNamedService.name().
-
Method Details
-
load
-
format
Format the model.- Parameters:
model- modelformat- desired format- Returns:
- formatted content
-