Uses of Class
com.vaadin.hilla.parser.core.Parser
Packages that use Parser
-
Uses of Parser in com.vaadin.hilla.parser.core
Methods in com.vaadin.hilla.parser.core that return ParserModifier and TypeMethodDescription@NonNull ParserAdds a parserPlugin.@NonNull ParserParser.adjustOpenAPI(@NonNull Consumer<io.swagger.v3.oas.models.OpenAPI> action) Allows to programmatically change the default OpenAPI definition.@NonNull ParserSpecifies the classpath where the parser will scan for endpoints.@NonNull ParserSpecifies the classpath where the parser will scan for endpoints.@NonNull ParserParser.classPath(@NonNull Collection<String> classPathElements) Specifies the classpath where the parser will scan for endpoints.@NonNull ParserParser.classPath(@NonNull Collection<String> classPathElements, boolean override) Specifies the classpath where the parser will scan for endpoints.@NonNull ParserParser.endpointAnnotations(@NonNull List<Class<? extends Annotation>> annotations) Specifies the name of the endpoint annotation by which the parser will search for the endpoints.@NonNull ParserParser.endpointAnnotations(@NonNull List<Class<? extends Annotation>> annotations, boolean override) Specifies the name of the endpoint annotation by which the parser will search for the endpoints.@NonNull ParserParser.endpointExposedAnnotations(@NonNull List<Class<? extends Annotation>> annotations) 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.@NonNull ParserParser.endpointExposedAnnotations(@NonNull List<Class<? extends Annotation>> annotations, 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.@NonNull ParserParser.openAPISource(@NonNull String source, @NonNull OpenAPIFileType type) Parses the OpenAPI source string with the provided parser and merges the result into the current OpenAPI object.@NonNull ParserAdds a collection of parserPlugins.@NonNull ParserParser.plugins(@NonNull Collection<? extends Plugin> plugins) Adds a collection of parserPlugins.