- java.lang.Object
-
- dev.hilla.parser.core.AbstractParserConfig
-
- dev.hilla.parser.core.ParserConfig
-
public final class ParserConfig extends AbstractParserConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParserConfig.Builderstatic classParserConfig.OpenAPIFileType
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getClassPathElements()StringgetEndpointAnnotationName()StringgetEndpointExposedAnnotationName()io.swagger.v3.oas.models.OpenAPIgetOpenAPI()SortedSet<Plugin>getPlugins()-
Methods inherited from class dev.hilla.parser.core.AbstractParserConfig
equals, hashCode
-
-
-
-
Method Detail
-
getClassPathElements
@Nonnull public Set<String> getClassPathElements()
- Specified by:
getClassPathElementsin classAbstractParserConfig
-
getEndpointAnnotationName
@Nonnull public String getEndpointAnnotationName()
- Specified by:
getEndpointAnnotationNamein classAbstractParserConfig
-
getEndpointExposedAnnotationName
@Nonnull public String getEndpointExposedAnnotationName()
- Specified by:
getEndpointExposedAnnotationNamein classAbstractParserConfig
-
getOpenAPI
@Nonnull public io.swagger.v3.oas.models.OpenAPI getOpenAPI()
- Specified by:
getOpenAPIin classAbstractParserConfig
-
getPlugins
@Nonnull public SortedSet<Plugin> getPlugins()
- Specified by:
getPluginsin classAbstractParserConfig
-
-