- java.lang.Object
-
- dev.hilla.parser.core.Parser
-
public final class Parser extends Object
-
-
Constructor Summary
Constructors Constructor Description Parser(ParserConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.swagger.v3.oas.models.OpenAPIexecute()SharedStoragegetStorage()
-
-
-
Constructor Detail
-
Parser
public Parser(@Nonnull ParserConfig config)
-
-
Method Detail
-
execute
public io.swagger.v3.oas.models.OpenAPI execute()
-
getStorage
@Nonnull public SharedStorage getStorage()
-
-