Uses of Class
dev.hilla.parser.core.ParserConfig.Builder
-
Packages that use ParserConfig.Builder Package Description dev.hilla.parser.core -
-
Uses of ParserConfig.Builder in dev.hilla.parser.core
Methods in dev.hilla.parser.core that return ParserConfig.Builder Modifier and Type Method Description ParserConfig.BuilderParserConfig.Builder. addPlugin(Plugin plugin)ParserConfig.BuilderParserConfig.Builder. adjustOpenAPI(Consumer<io.swagger.v3.oas.models.OpenAPI> action)ParserConfig.BuilderParserConfig.Builder. classPath(String[] classPathElements)ParserConfig.BuilderParserConfig.Builder. classPath(String[] classPathElements, boolean override)ParserConfig.BuilderParserConfig.Builder. classPath(Collection<String> classPathElements)ParserConfig.BuilderParserConfig.Builder. classPath(Collection<String> classPathElements, boolean override)ParserConfig.BuilderParserConfig.Builder. endpointAnnotation(String annotationQualifiedName)ParserConfig.BuilderParserConfig.Builder. endpointAnnotation(String annotationFullyQualifiedName, boolean override)ParserConfig.BuilderParserConfig.Builder. endpointExposedAnnotation(String annotationQualifiedName)ParserConfig.BuilderParserConfig.Builder. endpointExposedAnnotation(String annotationFullyQualifiedName, boolean override)ParserConfig.BuilderParserConfig.Builder. openAPISource(String src, ParserConfig.OpenAPIFileType type)<P extends Plugin>
ParserConfig.BuilderParserConfig.Builder. plugins(Collection<P> plugins)
-