Class ApiDocExtractor
java.lang.Object
io.fluxzero.sdk.web.ApiDocExtractor
Extracts generic API documentation metadata from Fluxzero web handlers.
The extractor reuses the same WebPattern resolution as runtime web dispatch, including package/class/method
Path prefixes and optional route fragments. The resulting ApiDocCatalog is intentionally generic and
can be rendered to OpenAPI or another documentation format later.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ApiDocCatalogExtracts API documentation metadata from a handler class.static ApiDocCatalogExtracts API documentation metadata from a handler class and optional handler instance.static ApiDocCatalogExtracts API documentation metadata from a handler instance.
-
Method Details
-
extract
Extracts API documentation metadata from a handler class. -
extract
Extracts API documentation metadata from a handler instance. DynamicPathproperties are resolved from the given instance. -
extract
Extracts API documentation metadata from a handler class and optional handler instance.
-