Uses of Class
dev.hilla.parser.core.Parser
Packages that use Parser
-
Uses of Parser in dev.hilla.parser.core
Methods in dev.hilla.parser.core that return ParserModifier and TypeMethodDescriptionAdds a parserPlugin.Parser.adjustOpenAPI(Consumer<io.swagger.v3.oas.models.OpenAPI> action) Allows to programmatically change the default OpenAPI definition.Parser.classLoader(ClassLoader classLoader) Allows to change the class loader that the parser uses for reflection.Specifies the classpath where the parser will scan for endpoints.Specifies the classpath where the parser will scan for endpoints.Parser.classPath(Collection<String> classPathElements) Specifies the classpath where the parser will scan for endpoints.Parser.classPath(Collection<String> classPathElements, boolean override) Specifies the classpath where the parser will scan for endpoints.Parser.endpointAnnotation(String annotationFullyQualifiedName) Specifies the name of the endpoint annotation by which the parser will search for the endpoints.Parser.endpointAnnotation(String annotationFullyQualifiedName, boolean override) Specifies the name of the endpoint annotation by which the parser will search for the endpoints.Parser.endpointExposedAnnotation(String annotationFullyQualifiedName) Specifies the name of the `EndpointExposed` annotation by which the parser will detect if the endpoint superclass should be considered as the part of the endpoint.Parser.endpointExposedAnnotation(String annotationFullyQualifiedName, boolean override) Specifies the name of the `EndpointExposed` annotation by which the parser will detect if the endpoint superclass should be considered as the part of the endpoint.Parser.exposedPackages(Collection<String> exposedPackages) Parser.exposedPackages(Collection<String> exposedPackages, boolean override) Parser.openAPISource(String source, OpenAPIFileType type) Parses the OpenAPI source string with the provided parser and merges the result into the current OpenAPI object.Adds a collection of parserPlugins.Parser.plugins(Collection<? extends Plugin> plugins) Adds a collection of parserPlugins.