@ahmttyydn/java-integration 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1566 -0
- package/package.json +15 -15
- package/scalar-core/target/classes/META-INF/resources/webjars/scalar/index.html +22 -0
- package/scalar-core/target/classes/com/scalar/maven/core/ScalarConstants.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/ScalarHtmlRenderer.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/ScalarProperties.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/ScalarAuthenticationOptions.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/AuthorizationCodeFlow.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/ClientCredentialsFlow.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/ImplicitFlow.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/OAuthFlow.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/PasswordFlow.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/ScalarFlows.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/schemes/ScalarApiKeySecurityScheme.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/schemes/ScalarHttpSecurityScheme.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/schemes/ScalarOAuth2SecurityScheme.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/schemes/ScalarSecurityScheme.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/config/DefaultHttpClient.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/config/ScalarAgentOptions.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/config/ScalarServer$ServerVariable.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/config/ScalarServer.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/config/ScalarSource.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/CredentialsLocation.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/DeveloperToolsVisibility.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/DocumentDownloadType.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/OperationSorter.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/OperationTitleSource.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/Pkce.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/PropertyOrder.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/ScalarClient.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/ScalarLayout.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/ScalarTarget.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/ScalarTheme.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/TagSorter.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/ThemeMode.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/internal/ScalarConfiguration.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/internal/ScalarConfigurationMapper.class +0 -0
- package/scalar-core/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml +10 -0
- package/scalar-core/target/maven-archiver/pom.properties +3 -0
- package/scalar-core/target/maven-javadoc-plugin-stale-data.txt +59 -0
- package/scalar-core/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +34 -0
- package/scalar-core/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +33 -0
- package/scalar-core/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst +34 -0
- package/scalar-core/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst +7 -0
- package/scalar-core/target/reports/apidocs/allclasses-index.html +214 -0
- package/scalar-core/target/reports/apidocs/allpackages-index.html +81 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/ScalarConstants.html +170 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/ScalarHtmlRenderer.html +174 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/ScalarProperties.html +895 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/ScalarAuthenticationOptions.html +354 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/class-use/ScalarAuthenticationOptions.html +121 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/AuthorizationCodeFlow.html +355 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/ClientCredentialsFlow.html +259 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/ImplicitFlow.html +227 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/OAuthFlow.html +388 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/PasswordFlow.html +323 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/ScalarFlows.html +291 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/AuthorizationCodeFlow.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/ClientCredentialsFlow.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/ImplicitFlow.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/OAuthFlow.html +104 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/PasswordFlow.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/ScalarFlows.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/package-summary.html +122 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/package-tree.html +84 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/package-use.html +117 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/package-summary.html +110 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/package-tree.html +76 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/package-use.html +101 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarApiKeySecurityScheme.html +247 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarHttpSecurityScheme.html +295 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarOAuth2SecurityScheme.html +230 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarSecurityScheme.html +196 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarApiKeySecurityScheme.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarHttpSecurityScheme.html +118 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarOAuth2SecurityScheme.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarSecurityScheme.html +128 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/package-summary.html +114 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/package-tree.html +82 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/package-use.html +117 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/class-use/ScalarConstants.html +62 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/class-use/ScalarHtmlRenderer.html +62 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/class-use/ScalarProperties.html +107 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/DefaultHttpClient.html +241 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarAgentOptions.html +231 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarServer.ServerVariable.html +273 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarServer.html +304 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarSource.html +344 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/DefaultHttpClient.html +121 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarAgentOptions.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarServer.ServerVariable.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarServer.html +121 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarSource.html +121 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/package-summary.html +123 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/package-tree.html +80 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/package-use.html +146 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/CredentialsLocation.html +265 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/DeveloperToolsVisibility.html +276 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/DocumentDownloadType.html +298 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/OperationSorter.html +265 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/OperationTitleSource.html +265 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/Pkce.html +276 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/PropertyOrder.html +266 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarClient.html +584 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarLayout.html +265 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarTarget.html +474 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarTheme.html +375 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/TagSorter.html +254 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ThemeMode.html +265 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/CredentialsLocation.html +149 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/DeveloperToolsVisibility.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/DocumentDownloadType.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/OperationSorter.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/OperationTitleSource.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/Pkce.html +129 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/PropertyOrder.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarClient.html +141 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarLayout.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarTarget.html +141 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarTheme.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/TagSorter.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ThemeMode.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/package-summary.html +155 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/package-tree.html +92 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/package-use.html +269 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/ScalarConfiguration.html +810 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/ScalarConfigurationMapper.html +152 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/class-use/ScalarConfiguration.html +89 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/class-use/ScalarConfigurationMapper.html +62 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/package-summary.html +111 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/package-tree.html +77 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/package-use.html +86 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/package-summary.html +114 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/package-tree.html +78 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/package-use.html +101 -0
- package/scalar-core/target/reports/apidocs/constant-values.html +87 -0
- package/scalar-core/target/reports/apidocs/element-list +7 -0
- package/scalar-core/target/reports/apidocs/help-doc.html +191 -0
- package/scalar-core/target/reports/apidocs/index-all.html +1732 -0
- package/scalar-core/target/reports/apidocs/index.html +83 -0
- package/scalar-core/target/reports/apidocs/jquery-ui.overrides.css +35 -0
- package/scalar-core/target/reports/apidocs/legal/ADDITIONAL_LICENSE_INFO +37 -0
- package/scalar-core/target/reports/apidocs/legal/ASSEMBLY_EXCEPTION +27 -0
- package/scalar-core/target/reports/apidocs/legal/LICENSE +347 -0
- package/scalar-core/target/reports/apidocs/legal/jquery.md +26 -0
- package/scalar-core/target/reports/apidocs/legal/jqueryUI.md +49 -0
- package/scalar-core/target/reports/apidocs/member-search-index.js +1 -0
- package/scalar-core/target/reports/apidocs/module-search-index.js +1 -0
- package/scalar-core/target/reports/apidocs/overview-summary.html +26 -0
- package/scalar-core/target/reports/apidocs/overview-tree.html +134 -0
- package/scalar-core/target/reports/apidocs/package-search-index.js +1 -0
- package/scalar-core/target/reports/apidocs/resources/glass.png +0 -0
- package/scalar-core/target/reports/apidocs/resources/x.png +0 -0
- package/scalar-core/target/reports/apidocs/script-dir/jquery-3.7.1.min.js +2 -0
- package/scalar-core/target/reports/apidocs/script-dir/jquery-ui.min.css +6 -0
- package/scalar-core/target/reports/apidocs/script-dir/jquery-ui.min.js +6 -0
- package/scalar-core/target/reports/apidocs/script.js +132 -0
- package/scalar-core/target/reports/apidocs/search.js +354 -0
- package/scalar-core/target/reports/apidocs/stylesheet.css +869 -0
- package/scalar-core/target/reports/apidocs/tag-search-index.js +1 -0
- package/scalar-core/target/reports/apidocs/type-search-index.js +1 -0
- package/scalar-core/target/scalar-core-0.0.0.jar +0 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.ScalarConfigurationTest.xml +63 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.ScalarHtmlRendererTest.xml +64 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.ScalarPropertiesTest.xml +104 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.DefaultHttpClientTest.xml +60 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.ScalarAgentOptionsTest.xml +62 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.ScalarServerTest.xml +66 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.ScalarSourceTest.xml +64 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.ScalarConfigurationTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.ScalarHtmlRendererTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.ScalarPropertiesTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.DefaultHttpClientTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.ScalarAgentOptionsTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.ScalarServerTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.ScalarSourceTest.txt +4 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarConfigurationTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarHtmlRendererTest$GetScalarJsContent.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarHtmlRendererTest$Render.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarHtmlRendererTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$ActuatorEnabledProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$CustomCssProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$DarkModeProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$DefaultValues.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$EnabledProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$HideDarkModeToggleProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$HideModelsProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$HideSearchProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$HideTestRequestButtonProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$PathProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$PropertyCombinations.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$ShowDeveloperToolsProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$ShowSidebarProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$SourcesProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$UrlProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/DefaultHttpClientTest$Construction.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/DefaultHttpClientTest$Properties.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/DefaultHttpClientTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarAgentOptionsTest$Construction.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarAgentOptionsTest$JsonSerialization.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarAgentOptionsTest$Properties.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarAgentOptionsTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarServerTest$Construction.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarServerTest$Properties.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarServerTest$ServerVariableTests.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarServerTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarSourceTest$Construction.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarSourceTest$Properties.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarSourceTest.class +0 -0
- package/scalar-playground-webflux/target/classes/application.properties +7 -0
- package/scalar-playground-webflux/target/classes/com/scalar/maven/playground/CustomScalarWebFluxController.class +0 -0
- package/scalar-playground-webflux/target/classes/com/scalar/maven/playground/PlaygroundApplication.class +0 -0
- package/scalar-playground-webflux/target/maven-archiver/pom.properties +3 -0
- package/scalar-playground-webflux/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +2 -0
- package/scalar-playground-webflux/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/scalar-playground-webflux/target/scalar-playground-webflux-0.0.0.jar +0 -0
- package/scalar-playground-webmvc/target/classes/application.properties +7 -0
- package/scalar-playground-webmvc/target/classes/com/scalar/maven/playground/CustomScalarWebMvcController.class +0 -0
- package/scalar-playground-webmvc/target/classes/com/scalar/maven/playground/PlaygroundApplication.class +0 -0
- package/scalar-playground-webmvc/target/maven-archiver/pom.properties +3 -0
- package/scalar-playground-webmvc/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +2 -0
- package/scalar-playground-webmvc/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/scalar-playground-webmvc/target/scalar-playground-webmvc-0.0.0.jar +0 -0
- package/scalar-webflux/target/classes/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +2 -0
- package/scalar-webflux/target/classes/META-INF/spring-configuration-metadata.json +246 -0
- package/scalar-webflux/target/classes/com/scalar/maven/webflux/ScalarWebFluxActuatorEndpoint.class +0 -0
- package/scalar-webflux/target/classes/com/scalar/maven/webflux/ScalarWebFluxAutoConfiguration.class +0 -0
- package/scalar-webflux/target/classes/com/scalar/maven/webflux/ScalarWebFluxController.class +0 -0
- package/scalar-webflux/target/classes/com/scalar/maven/webflux/SpringBootScalarProperties.class +0 -0
- package/scalar-webflux/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml +10 -0
- package/scalar-webflux/target/maven-archiver/pom.properties +3 -0
- package/scalar-webflux/target/maven-javadoc-plugin-stale-data.txt +111 -0
- package/scalar-webflux/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +5 -0
- package/scalar-webflux/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/scalar-webflux/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst +6 -0
- package/scalar-webflux/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst +2 -0
- package/scalar-webflux/target/reports/apidocs/allclasses-index.html +84 -0
- package/scalar-webflux/target/reports/apidocs/allpackages-index.html +68 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/ScalarWebFluxActuatorEndpoint.html +241 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/ScalarWebFluxAutoConfiguration.html +221 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/ScalarWebFluxController.html +248 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/SpringBootScalarProperties.html +166 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/ScalarWebFluxActuatorEndpoint.html +81 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/ScalarWebFluxAutoConfiguration.html +61 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/ScalarWebFluxController.html +81 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/SpringBootScalarProperties.html +61 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/package-summary.html +100 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/package-tree.html +78 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/package-use.html +82 -0
- package/scalar-webflux/target/reports/apidocs/element-list +1 -0
- package/scalar-webflux/target/reports/apidocs/help-doc.html +180 -0
- package/scalar-webflux/target/reports/apidocs/index-all.html +129 -0
- package/scalar-webflux/target/reports/apidocs/index.html +26 -0
- package/scalar-webflux/target/reports/apidocs/jquery-ui.overrides.css +35 -0
- package/scalar-webflux/target/reports/apidocs/legal/ADDITIONAL_LICENSE_INFO +37 -0
- package/scalar-webflux/target/reports/apidocs/legal/ASSEMBLY_EXCEPTION +27 -0
- package/scalar-webflux/target/reports/apidocs/legal/LICENSE +347 -0
- package/scalar-webflux/target/reports/apidocs/legal/jquery.md +26 -0
- package/scalar-webflux/target/reports/apidocs/legal/jqueryUI.md +49 -0
- package/scalar-webflux/target/reports/apidocs/member-search-index.js +1 -0
- package/scalar-webflux/target/reports/apidocs/module-search-index.js +1 -0
- package/scalar-webflux/target/reports/apidocs/overview-tree.html +82 -0
- package/scalar-webflux/target/reports/apidocs/package-search-index.js +1 -0
- package/scalar-webflux/target/reports/apidocs/resources/glass.png +0 -0
- package/scalar-webflux/target/reports/apidocs/resources/x.png +0 -0
- package/scalar-webflux/target/reports/apidocs/script-dir/jquery-3.7.1.min.js +2 -0
- package/scalar-webflux/target/reports/apidocs/script-dir/jquery-ui.min.css +6 -0
- package/scalar-webflux/target/reports/apidocs/script-dir/jquery-ui.min.js +6 -0
- package/scalar-webflux/target/reports/apidocs/script.js +132 -0
- package/scalar-webflux/target/reports/apidocs/search.js +354 -0
- package/scalar-webflux/target/reports/apidocs/stylesheet.css +869 -0
- package/scalar-webflux/target/reports/apidocs/tag-search-index.js +1 -0
- package/scalar-webflux/target/reports/apidocs/type-search-index.js +1 -0
- package/scalar-webflux/target/scalar-webflux-0.0.0.jar +0 -0
- package/scalar-webflux/target/surefire-reports/TEST-com.scalar.maven.webflux.ScalarWebFluxActuatorEndpointTest.xml +60 -0
- package/scalar-webflux/target/surefire-reports/TEST-com.scalar.maven.webflux.ScalarWebFluxControllerTest.xml +61 -0
- package/scalar-webflux/target/surefire-reports/com.scalar.maven.webflux.ScalarWebFluxActuatorEndpointTest.txt +4 -0
- package/scalar-webflux/target/surefire-reports/com.scalar.maven.webflux.ScalarWebFluxControllerTest.txt +4 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxActuatorEndpointTest$JavaScriptEndpoint.class +0 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxActuatorEndpointTest$ScalarUiEndpoint.class +0 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxActuatorEndpointTest.class +0 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxControllerTest$GetDocsEndpoint.class +0 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxControllerTest$GetScalarJsEndpoint.class +0 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxControllerTest.class +0 -0
- package/scalar-webmvc/target/classes/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +2 -0
- package/scalar-webmvc/target/classes/META-INF/spring-configuration-metadata.json +246 -0
- package/scalar-webmvc/target/classes/com/scalar/maven/webmvc/ScalarWebMvcActuatorEndpoint.class +0 -0
- package/scalar-webmvc/target/classes/com/scalar/maven/webmvc/ScalarWebMvcAutoConfiguration.class +0 -0
- package/scalar-webmvc/target/classes/com/scalar/maven/webmvc/ScalarWebMvcController.class +0 -0
- package/scalar-webmvc/target/classes/com/scalar/maven/webmvc/SpringBootScalarProperties.class +0 -0
- package/scalar-webmvc/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml +10 -0
- package/scalar-webmvc/target/maven-archiver/pom.properties +3 -0
- package/scalar-webmvc/target/maven-javadoc-plugin-stale-data.txt +93 -0
- package/scalar-webmvc/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +5 -0
- package/scalar-webmvc/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/scalar-webmvc/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst +6 -0
- package/scalar-webmvc/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst +2 -0
- package/scalar-webmvc/target/reports/apidocs/allclasses-index.html +84 -0
- package/scalar-webmvc/target/reports/apidocs/allpackages-index.html +68 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/ScalarWebMvcActuatorEndpoint.html +247 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/ScalarWebMvcAutoConfiguration.html +221 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/ScalarWebMvcController.html +252 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/SpringBootScalarProperties.html +166 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/ScalarWebMvcActuatorEndpoint.html +81 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/ScalarWebMvcAutoConfiguration.html +61 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/ScalarWebMvcController.html +81 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/SpringBootScalarProperties.html +61 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/package-summary.html +100 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/package-tree.html +78 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/package-use.html +82 -0
- package/scalar-webmvc/target/reports/apidocs/element-list +1 -0
- package/scalar-webmvc/target/reports/apidocs/help-doc.html +180 -0
- package/scalar-webmvc/target/reports/apidocs/index-all.html +129 -0
- package/scalar-webmvc/target/reports/apidocs/index.html +26 -0
- package/scalar-webmvc/target/reports/apidocs/jquery-ui.overrides.css +35 -0
- package/scalar-webmvc/target/reports/apidocs/legal/ADDITIONAL_LICENSE_INFO +37 -0
- package/scalar-webmvc/target/reports/apidocs/legal/ASSEMBLY_EXCEPTION +27 -0
- package/scalar-webmvc/target/reports/apidocs/legal/LICENSE +347 -0
- package/scalar-webmvc/target/reports/apidocs/legal/jquery.md +26 -0
- package/scalar-webmvc/target/reports/apidocs/legal/jqueryUI.md +49 -0
- package/scalar-webmvc/target/reports/apidocs/member-search-index.js +1 -0
- package/scalar-webmvc/target/reports/apidocs/module-search-index.js +1 -0
- package/scalar-webmvc/target/reports/apidocs/overview-tree.html +82 -0
- package/scalar-webmvc/target/reports/apidocs/package-search-index.js +1 -0
- package/scalar-webmvc/target/reports/apidocs/resources/glass.png +0 -0
- package/scalar-webmvc/target/reports/apidocs/resources/x.png +0 -0
- package/scalar-webmvc/target/reports/apidocs/script-dir/jquery-3.7.1.min.js +2 -0
- package/scalar-webmvc/target/reports/apidocs/script-dir/jquery-ui.min.css +6 -0
- package/scalar-webmvc/target/reports/apidocs/script-dir/jquery-ui.min.js +6 -0
- package/scalar-webmvc/target/reports/apidocs/script.js +132 -0
- package/scalar-webmvc/target/reports/apidocs/search.js +354 -0
- package/scalar-webmvc/target/reports/apidocs/stylesheet.css +869 -0
- package/scalar-webmvc/target/reports/apidocs/tag-search-index.js +1 -0
- package/scalar-webmvc/target/reports/apidocs/type-search-index.js +1 -0
- package/scalar-webmvc/target/scalar-webmvc-0.0.0.jar +0 -0
- package/scalar-webmvc/target/surefire-reports/TEST-com.scalar.maven.webmvc.ScalarWebMvcActuatorEndpointTest.xml +60 -0
- package/scalar-webmvc/target/surefire-reports/TEST-com.scalar.maven.webmvc.ScalarWebMvcControllerTest.xml +61 -0
- package/scalar-webmvc/target/surefire-reports/com.scalar.maven.webmvc.ScalarWebMvcActuatorEndpointTest.txt +4 -0
- package/scalar-webmvc/target/surefire-reports/com.scalar.maven.webmvc.ScalarWebMvcControllerTest.txt +4 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcActuatorEndpointTest$JavaScriptEndpoint.class +0 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcActuatorEndpointTest$ScalarUiEndpoint.class +0 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcActuatorEndpointTest.class +0 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcControllerTest$GetDocsEndpoint.class +0 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcControllerTest$GetScalarJsEndpoint.class +0 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcControllerTest.class +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
memberSearchIndex = [{"p":"com.scalar.maven.core.enums","c":"OperationSorter","l":"ALPHA"},{"p":"com.scalar.maven.core.enums","c":"PropertyOrder","l":"ALPHA"},{"p":"com.scalar.maven.core.enums","c":"TagSorter","l":"ALPHA"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"ALTERNATE"},{"p":"com.scalar.maven.core.enums","c":"DeveloperToolsVisibility","l":"ALWAYS"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"ASYNC_HTTP"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"AuthorizationCodeFlow()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"AXIOS"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"BLUE_PLANET"},{"p":"com.scalar.maven.core.enums","c":"CredentialsLocation","l":"BODY"},{"p":"com.scalar.maven.core.enums","c":"DocumentDownloadType","l":"BOTH"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"C"},{"p":"com.scalar.maven.core.enums","c":"ScalarLayout","l":"CLASSIC"},{"p":"com.scalar.maven.core.authentication.flows","c":"ClientCredentialsFlow","l":"ClientCredentialsFlow()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"CLJ_HTTP"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"CLOJURE"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"CO_HTTP"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"CSHARP"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"CURL"},{"p":"com.scalar.maven.core.enums","c":"ThemeMode","l":"DARK"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"DART"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"DEEP_SPACE"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"DEFAULT"},{"p":"com.scalar.maven.core","c":"ScalarConstants","l":"DEFAULT_PATH"},{"p":"com.scalar.maven.core.config","c":"DefaultHttpClient","l":"DefaultHttpClient()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.config","c":"DefaultHttpClient","l":"DefaultHttpClient(ScalarTarget, ScalarClient)","u":"%3Cinit%3E(com.scalar.maven.core.enums.ScalarTarget,com.scalar.maven.core.enums.ScalarClient)"},{"p":"com.scalar.maven.core.enums","c":"DocumentDownloadType","l":"DIRECT"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"FETCH"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarHttpSecurityScheme","l":"forBearer(String)","u":"forBearer(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"CredentialsLocation","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"DeveloperToolsVisibility","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"DocumentDownloadType","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"OperationSorter","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"OperationTitleSource","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"Pkce","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"PropertyOrder","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"ScalarLayout","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"TagSorter","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"ThemeMode","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"FSHARP"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"getAdditionalBodyParameters()"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"getAdditionalQueryParameters()"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"getAgent()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getAgent()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getAgent()"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"getApiKey()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getAuthentication()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getAuthentication()"},{"p":"com.scalar.maven.core.authentication.flows","c":"ScalarFlows","l":"getAuthorizationCode()"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"getAuthorizationUrl()"},{"p":"com.scalar.maven.core.authentication.flows","c":"ImplicitFlow","l":"getAuthorizationUrl()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getBaseServerUrl()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getBaseServerUrl()"},{"p":"com.scalar.maven.core.authentication.flows","c":"ScalarFlows","l":"getClientCredentials()"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"getClientId()"},{"p":"com.scalar.maven.core.config","c":"DefaultHttpClient","l":"getClientKey()"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"getClientSecret()"},{"p":"com.scalar.maven.core.authentication.flows","c":"ClientCredentialsFlow","l":"getClientSecret()"},{"p":"com.scalar.maven.core.authentication.flows","c":"PasswordFlow","l":"getClientSecret()"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"getCredentialsLocation()"},{"p":"com.scalar.maven.core.authentication.flows","c":"ClientCredentialsFlow","l":"getCredentialsLocation()"},{"p":"com.scalar.maven.core.authentication.flows","c":"PasswordFlow","l":"getCredentialsLocation()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getCustomCss()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getCustomCss()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getDarkMode()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getDefaultHttpClient()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getDefaultHttpClient()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getDefaultOpenAllTags()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarOAuth2SecurityScheme","l":"getDefaultScopes()"},{"p":"com.scalar.maven.core.config","c":"ScalarServer.ServerVariable","l":"getDefaultValue()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarSecurityScheme","l":"getDescription()"},{"p":"com.scalar.maven.core.config","c":"ScalarServer","l":"getDescription()"},{"p":"com.scalar.maven.core.config","c":"ScalarServer.ServerVariable","l":"getDescription()"},{"p":"com.scalar.maven.core.config","c":"ScalarAgentOptions","l":"getDisabled()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getDocumentDownloadType()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getDocumentDownloadType()"},{"p":"com.scalar.maven.core.config","c":"ScalarServer.ServerVariable","l":"getEnumValues()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getExpandAllModelSections()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getExpandAllResponses()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getFavicon()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getFavicon()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarOAuth2SecurityScheme","l":"getFlows()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getForceDarkModeState()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getForceThemeMode()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getHideClientButton()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getHideDarkModeToggle()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getHideModels()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getHideSearch()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getHideTestRequestButton()"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"getHttp()"},{"p":"com.scalar.maven.core.authentication.flows","c":"ScalarFlows","l":"getImplicit()"},{"p":"com.scalar.maven.core.config","c":"ScalarAgentOptions","l":"getKey()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getLayout()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getLayout()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getMetadata()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getMetaData()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarApiKeySecurityScheme","l":"getName()"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"getOauth2()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getOperationSorter()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getOperationsSorter()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getOperationTitleSource()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getOperationTitleSource()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getOrderRequiredPropertiesFirst()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getOrderSchemaPropertiesBy()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getPageTitle()"},{"p":"com.scalar.maven.core.authentication.flows","c":"PasswordFlow","l":"getPassword()"},{"p":"com.scalar.maven.core.authentication.flows","c":"ScalarFlows","l":"getPassword()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarHttpSecurityScheme","l":"getPassword()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getPath()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getPersistAuth()"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"getPkce()"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"getPreferredSecuritySchemes()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getProxyUrl()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getProxyUrl()"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"getRedirectUri()"},{"p":"com.scalar.maven.core.authentication.flows","c":"ImplicitFlow","l":"getRedirectUri()"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"getRefreshUrl()"},{"p":"com.scalar.maven.core","c":"ScalarHtmlRenderer","l":"getScalarJsContent()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getSchemaPropertyOrder()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getSearchHotKey()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getSearchHotKey()"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"getSecuritySchemes()"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"getSelectedScopes()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getServers()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getServers()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getShowDeveloperTools()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getShowDeveloperTools()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getShowOperationId()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getShowSidebar()"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"getSlug()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getSources()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getSources()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getTagSorter()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getTagSorter()"},{"p":"com.scalar.maven.core.config","c":"DefaultHttpClient","l":"getTargetKey()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getTelemetry()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getTheme()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getTheme()"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"getTitle()"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"getToken()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarHttpSecurityScheme","l":"getToken()"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"getTokenName()"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"getTokenUrl()"},{"p":"com.scalar.maven.core.authentication.flows","c":"ClientCredentialsFlow","l":"getTokenUrl()"},{"p":"com.scalar.maven.core.authentication.flows","c":"PasswordFlow","l":"getTokenUrl()"},{"p":"com.scalar.maven.core.config","c":"ScalarServer","l":"getUrl()"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"getUrl()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getUrl()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"getUrl()"},{"p":"com.scalar.maven.core.authentication.flows","c":"PasswordFlow","l":"getUsername()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarHttpSecurityScheme","l":"getUsername()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarApiKeySecurityScheme","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"CredentialsLocation","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"DeveloperToolsVisibility","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"DocumentDownloadType","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"OperationSorter","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"OperationTitleSource","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"Pkce","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"PropertyOrder","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"ScalarLayout","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"TagSorter","l":"getValue()"},{"p":"com.scalar.maven.core.enums","c":"ThemeMode","l":"getValue()"},{"p":"com.scalar.maven.core.config","c":"ScalarServer","l":"getVariables()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"getWithDefaultFonts()"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"GO"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"GUZZLE"},{"p":"com.scalar.maven.core.enums","c":"CredentialsLocation","l":"HEADER"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"HTTP"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"HTTP"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"HTTP_11"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"HTTP_CLIENT"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"HTTPIE"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"HTTPX_ASYNC"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"HTTPX_SYNC"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"HTTR"},{"p":"com.scalar.maven.core.authentication.flows","c":"ImplicitFlow","l":"ImplicitFlow()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isActuatorEnabled()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isDarkMode()"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"isDefault()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isDefaultOpenAllTags()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isEnabled()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isExpandAllModelSections()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isExpandAllResponses()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isHideClientButton()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isHideDarkModeToggle()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isHideModels()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isHideSearch()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isHideTestRequestButton()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isOrderRequiredPropertiesFirst()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isPersistAuth()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isShowOperationId()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isShowSidebar()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isTelemetry()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"isWithDefaultFonts()"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"J_QUERY"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"JAVA"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"JAVASCRIPT"},{"p":"com.scalar.maven.core","c":"ScalarConstants","l":"JS_FILENAME"},{"p":"com.scalar.maven.core.enums","c":"DocumentDownloadType","l":"JSON"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"KEPLER"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"KOTLIN"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"LASERWAVE"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"LIBCURL"},{"p":"com.scalar.maven.core.enums","c":"ThemeMode","l":"LIGHT"},{"p":"com.scalar.maven.core.enums","c":"DeveloperToolsVisibility","l":"LOCALHOST"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfigurationMapper","l":"map(ScalarProperties)","u":"map(com.scalar.maven.core.ScalarProperties)"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"MARS"},{"p":"com.scalar.maven.core.enums","c":"OperationSorter","l":"METHOD"},{"p":"com.scalar.maven.core.enums","c":"ScalarLayout","l":"MODERN"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"MOON"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"NATIVE"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"NET_HTTP"},{"p":"com.scalar.maven.core.enums","c":"DeveloperToolsVisibility","l":"NEVER"},{"p":"com.scalar.maven.core.enums","c":"Pkce","l":"NO"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"NODE"},{"p":"com.scalar.maven.core.enums","c":"DocumentDownloadType","l":"NONE"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"NONE"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"NSURL_SESSION"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"O_FETCH"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"OAuthFlow()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"OBJC"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"OCAML"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"OK_HTTP"},{"p":"com.scalar.maven.core.authentication.flows","c":"PasswordFlow","l":"PasswordFlow()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.enums","c":"OperationTitleSource","l":"PATH"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"PHP"},{"p":"com.scalar.maven.core.enums","c":"Pkce","l":"PLAIN"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"POWERSHELL"},{"p":"com.scalar.maven.core.enums","c":"PropertyOrder","l":"PRESERVE"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"PURPLE"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"PYTHON"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"PYTHON3"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"R"},{"p":"com.scalar.maven.core","c":"ScalarHtmlRenderer","l":"render(ScalarProperties)","u":"render(com.scalar.maven.core.ScalarProperties)"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"REQUESTS"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"REQWEST"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"REST_METHOD"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"REST_SHARP"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"RUBY"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"RUST"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"SATURN"},{"p":"com.scalar.maven.core.config","c":"ScalarAgentOptions","l":"ScalarAgentOptions()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarApiKeySecurityScheme","l":"ScalarApiKeySecurityScheme()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarApiKeySecurityScheme","l":"ScalarApiKeySecurityScheme(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"ScalarAuthenticationOptions()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"ScalarConfiguration()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.authentication.flows","c":"ScalarFlows","l":"ScalarFlows()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarHttpSecurityScheme","l":"ScalarHttpSecurityScheme()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarHttpSecurityScheme","l":"ScalarHttpSecurityScheme(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarOAuth2SecurityScheme","l":"ScalarOAuth2SecurityScheme()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"ScalarProperties()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarSecurityScheme","l":"ScalarSecurityScheme()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.config","c":"ScalarServer","l":"ScalarServer()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.config","c":"ScalarServer","l":"ScalarServer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.scalar.maven.core.config","c":"ScalarServer","l":"ScalarServer(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"ScalarSource()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"ScalarSource(String, String, String, Boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean)"},{"p":"com.scalar.maven.core.config","c":"ScalarServer.ServerVariable","l":"ServerVariable()","u":"%3Cinit%3E()"},{"p":"com.scalar.maven.core.config","c":"ScalarServer.ServerVariable","l":"ServerVariable(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setActuatorEnabled(boolean)"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"setAdditionalBodyParameters(Map<String, String>)","u":"setAdditionalBodyParameters(java.util.Map)"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"setAdditionalQueryParameters(Map<String, String>)","u":"setAdditionalQueryParameters(java.util.Map)"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"setAgent(ScalarAgentOptions)","u":"setAgent(com.scalar.maven.core.config.ScalarAgentOptions)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setAgent(ScalarAgentOptions)","u":"setAgent(com.scalar.maven.core.config.ScalarAgentOptions)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setAgent(ScalarAgentOptions)","u":"setAgent(com.scalar.maven.core.config.ScalarAgentOptions)"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"setApiKey(Map<String, ScalarApiKeySecurityScheme>)","u":"setApiKey(java.util.Map)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setAuthentication(ScalarAuthenticationOptions)","u":"setAuthentication(com.scalar.maven.core.authentication.ScalarAuthenticationOptions)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setAuthentication(ScalarAuthenticationOptions)","u":"setAuthentication(com.scalar.maven.core.authentication.ScalarAuthenticationOptions)"},{"p":"com.scalar.maven.core.authentication.flows","c":"ScalarFlows","l":"setAuthorizationCode(AuthorizationCodeFlow)","u":"setAuthorizationCode(com.scalar.maven.core.authentication.flows.AuthorizationCodeFlow)"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"setAuthorizationUrl(String)","u":"setAuthorizationUrl(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"ImplicitFlow","l":"setAuthorizationUrl(String)","u":"setAuthorizationUrl(java.lang.String)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setBaseServerUrl(String)","u":"setBaseServerUrl(java.lang.String)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setBaseServerUrl(String)","u":"setBaseServerUrl(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"ScalarFlows","l":"setClientCredentials(ClientCredentialsFlow)","u":"setClientCredentials(com.scalar.maven.core.authentication.flows.ClientCredentialsFlow)"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"setClientId(String)","u":"setClientId(java.lang.String)"},{"p":"com.scalar.maven.core.config","c":"DefaultHttpClient","l":"setClientKey(ScalarClient)","u":"setClientKey(com.scalar.maven.core.enums.ScalarClient)"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"setClientSecret(String)","u":"setClientSecret(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"ClientCredentialsFlow","l":"setClientSecret(String)","u":"setClientSecret(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"PasswordFlow","l":"setClientSecret(String)","u":"setClientSecret(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"setCredentialsLocation(CredentialsLocation)","u":"setCredentialsLocation(com.scalar.maven.core.enums.CredentialsLocation)"},{"p":"com.scalar.maven.core.authentication.flows","c":"ClientCredentialsFlow","l":"setCredentialsLocation(CredentialsLocation)","u":"setCredentialsLocation(com.scalar.maven.core.enums.CredentialsLocation)"},{"p":"com.scalar.maven.core.authentication.flows","c":"PasswordFlow","l":"setCredentialsLocation(CredentialsLocation)","u":"setCredentialsLocation(com.scalar.maven.core.enums.CredentialsLocation)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setCustomCss(String)","u":"setCustomCss(java.lang.String)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setCustomCss(String)","u":"setCustomCss(java.lang.String)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setDarkMode(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setDarkMode(Boolean)","u":"setDarkMode(java.lang.Boolean)"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"setDefault(Boolean)","u":"setDefault(java.lang.Boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setDefaultHttpClient(DefaultHttpClient)","u":"setDefaultHttpClient(com.scalar.maven.core.config.DefaultHttpClient)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setDefaultHttpClient(DefaultHttpClient)","u":"setDefaultHttpClient(com.scalar.maven.core.config.DefaultHttpClient)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setDefaultOpenAllTags(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setDefaultOpenAllTags(Boolean)","u":"setDefaultOpenAllTags(java.lang.Boolean)"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarOAuth2SecurityScheme","l":"setDefaultScopes(List<String>)","u":"setDefaultScopes(java.util.List)"},{"p":"com.scalar.maven.core.config","c":"ScalarServer.ServerVariable","l":"setDefaultValue(String)","u":"setDefaultValue(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarSecurityScheme","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.scalar.maven.core.config","c":"ScalarServer.ServerVariable","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.scalar.maven.core.config","c":"ScalarServer","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.scalar.maven.core.config","c":"ScalarAgentOptions","l":"setDisabled(Boolean)","u":"setDisabled(java.lang.Boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setDocumentDownloadType(DocumentDownloadType)","u":"setDocumentDownloadType(com.scalar.maven.core.enums.DocumentDownloadType)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setDocumentDownloadType(DocumentDownloadType)","u":"setDocumentDownloadType(com.scalar.maven.core.enums.DocumentDownloadType)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setEnabled(boolean)"},{"p":"com.scalar.maven.core.config","c":"ScalarServer.ServerVariable","l":"setEnumValues(String[])","u":"setEnumValues(java.lang.String[])"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setExpandAllModelSections(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setExpandAllModelSections(Boolean)","u":"setExpandAllModelSections(java.lang.Boolean)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setExpandAllResponses(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setExpandAllResponses(Boolean)","u":"setExpandAllResponses(java.lang.Boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setFavicon(String)","u":"setFavicon(java.lang.String)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setFavicon(String)","u":"setFavicon(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarOAuth2SecurityScheme","l":"setFlows(ScalarFlows)","u":"setFlows(com.scalar.maven.core.authentication.flows.ScalarFlows)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setForceDarkModeState(ThemeMode)","u":"setForceDarkModeState(com.scalar.maven.core.enums.ThemeMode)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setForceThemeMode(ThemeMode)","u":"setForceThemeMode(com.scalar.maven.core.enums.ThemeMode)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setHideClientButton(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setHideClientButton(Boolean)","u":"setHideClientButton(java.lang.Boolean)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setHideDarkModeToggle(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setHideDarkModeToggle(Boolean)","u":"setHideDarkModeToggle(java.lang.Boolean)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setHideModels(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setHideModels(Boolean)","u":"setHideModels(java.lang.Boolean)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setHideSearch(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setHideSearch(Boolean)","u":"setHideSearch(java.lang.Boolean)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setHideTestRequestButton(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setHideTestRequestButton(Boolean)","u":"setHideTestRequestButton(java.lang.Boolean)"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"setHttp(Map<String, ScalarHttpSecurityScheme>)","u":"setHttp(java.util.Map)"},{"p":"com.scalar.maven.core.authentication.flows","c":"ScalarFlows","l":"setImplicit(ImplicitFlow)","u":"setImplicit(com.scalar.maven.core.authentication.flows.ImplicitFlow)"},{"p":"com.scalar.maven.core.config","c":"ScalarAgentOptions","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setLayout(ScalarLayout)","u":"setLayout(com.scalar.maven.core.enums.ScalarLayout)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setLayout(ScalarLayout)","u":"setLayout(com.scalar.maven.core.enums.ScalarLayout)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setMetadata(Map<String, String>)","u":"setMetadata(java.util.Map)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setMetaData(Map<String, String>)","u":"setMetaData(java.util.Map)"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarApiKeySecurityScheme","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"setOauth2(Map<String, ScalarOAuth2SecurityScheme>)","u":"setOauth2(java.util.Map)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setOperationSorter(OperationSorter)","u":"setOperationSorter(com.scalar.maven.core.enums.OperationSorter)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setOperationsSorter(OperationSorter)","u":"setOperationsSorter(com.scalar.maven.core.enums.OperationSorter)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setOperationTitleSource(OperationTitleSource)","u":"setOperationTitleSource(com.scalar.maven.core.enums.OperationTitleSource)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setOperationTitleSource(OperationTitleSource)","u":"setOperationTitleSource(com.scalar.maven.core.enums.OperationTitleSource)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setOrderRequiredPropertiesFirst(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setOrderRequiredPropertiesFirst(Boolean)","u":"setOrderRequiredPropertiesFirst(java.lang.Boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setOrderSchemaPropertiesBy(PropertyOrder)","u":"setOrderSchemaPropertiesBy(com.scalar.maven.core.enums.PropertyOrder)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setPageTitle(String)","u":"setPageTitle(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"ScalarFlows","l":"setPassword(PasswordFlow)","u":"setPassword(com.scalar.maven.core.authentication.flows.PasswordFlow)"},{"p":"com.scalar.maven.core.authentication.flows","c":"PasswordFlow","l":"setPassword(String)","u":"setPassword(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarHttpSecurityScheme","l":"setPassword(String)","u":"setPassword(java.lang.String)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setPath(String)","u":"setPath(java.lang.String)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setPersistAuth(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setPersistAuth(Boolean)","u":"setPersistAuth(java.lang.Boolean)"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"setPkce(Pkce)","u":"setPkce(com.scalar.maven.core.enums.Pkce)"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"setPreferredSecurityScheme(String)","u":"setPreferredSecurityScheme(java.lang.String)"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"setPreferredSecuritySchemeFromJson(Object)","u":"setPreferredSecuritySchemeFromJson(java.lang.Object)"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"setPreferredSecuritySchemes(List<String>)","u":"setPreferredSecuritySchemes(java.util.List)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setProxyUrl(String)","u":"setProxyUrl(java.lang.String)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setProxyUrl(String)","u":"setProxyUrl(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"setRedirectUri(String)","u":"setRedirectUri(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"ImplicitFlow","l":"setRedirectUri(String)","u":"setRedirectUri(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"setRefreshUrl(String)","u":"setRefreshUrl(java.lang.String)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setSchemaPropertyOrder(PropertyOrder)","u":"setSchemaPropertyOrder(com.scalar.maven.core.enums.PropertyOrder)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setSearchHotKey(String)","u":"setSearchHotKey(java.lang.String)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setSearchHotKey(String)","u":"setSearchHotKey(java.lang.String)"},{"p":"com.scalar.maven.core.authentication","c":"ScalarAuthenticationOptions","l":"setSecuritySchemes(Map<String, ScalarSecurityScheme>)","u":"setSecuritySchemes(java.util.Map)"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"setSelectedScopes(List<String>)","u":"setSelectedScopes(java.util.List)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setServers(List<ScalarServer>)","u":"setServers(java.util.List)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setServers(List<ScalarServer>)","u":"setServers(java.util.List)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setShowDeveloperTools(DeveloperToolsVisibility)","u":"setShowDeveloperTools(com.scalar.maven.core.enums.DeveloperToolsVisibility)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setShowDeveloperTools(DeveloperToolsVisibility)","u":"setShowDeveloperTools(com.scalar.maven.core.enums.DeveloperToolsVisibility)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setShowOperationId(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setShowOperationId(Boolean)","u":"setShowOperationId(java.lang.Boolean)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setShowSidebar(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setShowSidebar(Boolean)","u":"setShowSidebar(java.lang.Boolean)"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"setSlug(String)","u":"setSlug(java.lang.String)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setSources(List<ScalarSource>)","u":"setSources(java.util.List)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setSources(List<ScalarSource>)","u":"setSources(java.util.List)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setTagSorter(TagSorter)","u":"setTagSorter(com.scalar.maven.core.enums.TagSorter)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setTagSorter(TagSorter)","u":"setTagSorter(com.scalar.maven.core.enums.TagSorter)"},{"p":"com.scalar.maven.core.config","c":"DefaultHttpClient","l":"setTargetKey(ScalarTarget)","u":"setTargetKey(com.scalar.maven.core.enums.ScalarTarget)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setTelemetry(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setTelemetry(Boolean)","u":"setTelemetry(java.lang.Boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setTheme(ScalarTheme)","u":"setTheme(com.scalar.maven.core.enums.ScalarTheme)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setTheme(ScalarTheme)","u":"setTheme(com.scalar.maven.core.enums.ScalarTheme)"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"setTitle(String)","u":"setTitle(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarHttpSecurityScheme","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"OAuthFlow","l":"setTokenName(String)","u":"setTokenName(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"AuthorizationCodeFlow","l":"setTokenUrl(String)","u":"setTokenUrl(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"ClientCredentialsFlow","l":"setTokenUrl(String)","u":"setTokenUrl(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"PasswordFlow","l":"setTokenUrl(String)","u":"setTokenUrl(java.lang.String)"},{"p":"com.scalar.maven.core.config","c":"ScalarServer","l":"setUrl(String)","u":"setUrl(java.lang.String)"},{"p":"com.scalar.maven.core.config","c":"ScalarSource","l":"setUrl(String)","u":"setUrl(java.lang.String)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setUrl(String)","u":"setUrl(java.lang.String)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setUrl(String)","u":"setUrl(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.flows","c":"PasswordFlow","l":"setUsername(String)","u":"setUsername(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarHttpSecurityScheme","l":"setUsername(String)","u":"setUsername(java.lang.String)"},{"p":"com.scalar.maven.core.authentication.schemes","c":"ScalarApiKeySecurityScheme","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"com.scalar.maven.core.config","c":"ScalarServer","l":"setVariables(Map<String, ScalarServer.ServerVariable>)","u":"setVariables(java.util.Map)"},{"p":"com.scalar.maven.core","c":"ScalarProperties","l":"setWithDefaultFonts(boolean)"},{"p":"com.scalar.maven.core.internal","c":"ScalarConfiguration","l":"setWithDefaultFonts(Boolean)","u":"setWithDefaultFonts(java.lang.Boolean)"},{"p":"com.scalar.maven.core.enums","c":"Pkce","l":"SHA_256"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"SHELL"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"SOLARIZED"},{"p":"com.scalar.maven.core.enums","c":"OperationTitleSource","l":"SUMMARY"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"SWIFT"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"UNDICI"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"UNIREST"},{"p":"com.scalar.maven.core.enums","c":"CredentialsLocation","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"DeveloperToolsVisibility","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"DocumentDownloadType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"OperationSorter","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"OperationTitleSource","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"Pkce","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"PropertyOrder","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"ScalarLayout","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"TagSorter","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"ThemeMode","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.scalar.maven.core.enums","c":"CredentialsLocation","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"DeveloperToolsVisibility","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"DocumentDownloadType","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"OperationSorter","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"OperationTitleSource","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"Pkce","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"PropertyOrder","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"ScalarLayout","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"ScalarTarget","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"ScalarTheme","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"TagSorter","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"ThemeMode","l":"values()"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"WEB_REQUEST"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"WGET"},{"p":"com.scalar.maven.core.enums","c":"ScalarClient","l":"XHR"},{"p":"com.scalar.maven.core.enums","c":"DocumentDownloadType","l":"YAML"}];updateSearchResults();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
moduleSearchIndex = [];updateSearchResults();
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!DOCTYPE HTML>
|
|
2
|
+
<html lang>
|
|
3
|
+
<head>
|
|
4
|
+
<!-- Generated by javadoc (17) on Mon Apr 06 01:39:11 UTC 2026 -->
|
|
5
|
+
<title>Scalar API Reference Core 0.0.0 API</title>
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
8
|
+
<meta name="dc.created" content="2026-04-06">
|
|
9
|
+
<meta name="description" content="index redirect">
|
|
10
|
+
<meta name="generator" content="javadoc/IndexRedirectWriter">
|
|
11
|
+
<link rel="canonical" href="index.html">
|
|
12
|
+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
13
|
+
<script type="text/javascript">window.location.replace('index.html')</script>
|
|
14
|
+
<noscript>
|
|
15
|
+
<meta http-equiv="Refresh" content="0;index.html">
|
|
16
|
+
</noscript>
|
|
17
|
+
</head>
|
|
18
|
+
<body class="index-redirect-page">
|
|
19
|
+
<main role="main">
|
|
20
|
+
<noscript>
|
|
21
|
+
<p>JavaScript is disabled on your browser.</p>
|
|
22
|
+
</noscript>
|
|
23
|
+
<p><a href="index.html">index.html</a></p>
|
|
24
|
+
</main>
|
|
25
|
+
</body>
|
|
26
|
+
</html>
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
<!DOCTYPE HTML>
|
|
2
|
+
<html lang>
|
|
3
|
+
<head>
|
|
4
|
+
<!-- Generated by javadoc (17) on Mon Apr 06 01:39:11 UTC 2026 -->
|
|
5
|
+
<title>Class Hierarchy (Scalar API Reference Core 0.0.0 API)</title>
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
8
|
+
<meta name="dc.created" content="2026-04-06">
|
|
9
|
+
<meta name="description" content="class tree">
|
|
10
|
+
<meta name="generator" content="javadoc/TreeWriter">
|
|
11
|
+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
12
|
+
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
|
|
13
|
+
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
|
|
14
|
+
<script type="text/javascript" src="script.js"></script>
|
|
15
|
+
<script type="text/javascript" src="script-dir/jquery-3.7.1.min.js"></script>
|
|
16
|
+
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
|
|
17
|
+
</head>
|
|
18
|
+
<body class="tree-page">
|
|
19
|
+
<script type="text/javascript">var pathtoroot = "./";
|
|
20
|
+
loadScripts(document, 'script');</script>
|
|
21
|
+
<noscript>
|
|
22
|
+
<div>JavaScript is disabled on your browser.</div>
|
|
23
|
+
</noscript>
|
|
24
|
+
<div class="flex-box">
|
|
25
|
+
<header role="banner" class="flex-header">
|
|
26
|
+
<nav role="navigation">
|
|
27
|
+
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
28
|
+
<div class="top-nav" id="navbar-top">
|
|
29
|
+
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
|
|
30
|
+
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
|
|
31
|
+
<li><a href="index.html">Overview</a></li>
|
|
32
|
+
<li>Package</li>
|
|
33
|
+
<li>Class</li>
|
|
34
|
+
<li>Use</li>
|
|
35
|
+
<li class="nav-bar-cell1-rev">Tree</li>
|
|
36
|
+
<li><a href="index-all.html">Index</a></li>
|
|
37
|
+
<li><a href="help-doc.html#tree">Help</a></li>
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
<div class="sub-nav">
|
|
41
|
+
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
|
|
42
|
+
<input type="text" id="search-input" value="search" disabled="disabled">
|
|
43
|
+
<input type="reset" id="reset-button" value="reset" disabled="disabled">
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
47
|
+
<span class="skip-nav" id="skip-navbar-top"></span></nav>
|
|
48
|
+
</header>
|
|
49
|
+
<div class="flex-content">
|
|
50
|
+
<main role="main">
|
|
51
|
+
<div class="header">
|
|
52
|
+
<h1 class="title">Hierarchy For All Packages</h1>
|
|
53
|
+
<span class="package-hierarchy-label">Package Hierarchies:</span>
|
|
54
|
+
<ul class="horizontal">
|
|
55
|
+
<li><a href="com/scalar/maven/core/package-tree.html">com.scalar.maven.core</a>, </li>
|
|
56
|
+
<li><a href="com/scalar/maven/core/authentication/package-tree.html">com.scalar.maven.core.authentication</a>, </li>
|
|
57
|
+
<li><a href="com/scalar/maven/core/authentication/flows/package-tree.html">com.scalar.maven.core.authentication.flows</a>, </li>
|
|
58
|
+
<li><a href="com/scalar/maven/core/authentication/schemes/package-tree.html">com.scalar.maven.core.authentication.schemes</a>, </li>
|
|
59
|
+
<li><a href="com/scalar/maven/core/config/package-tree.html">com.scalar.maven.core.config</a>, </li>
|
|
60
|
+
<li><a href="com/scalar/maven/core/enums/package-tree.html">com.scalar.maven.core.enums</a>, </li>
|
|
61
|
+
<li><a href="com/scalar/maven/core/internal/package-tree.html">com.scalar.maven.core.internal</a></li>
|
|
62
|
+
</ul>
|
|
63
|
+
</div>
|
|
64
|
+
<section class="hierarchy">
|
|
65
|
+
<h2 title="Class Hierarchy">Class Hierarchy</h2>
|
|
66
|
+
<ul>
|
|
67
|
+
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a>
|
|
68
|
+
<ul>
|
|
69
|
+
<li class="circle">com.scalar.maven.core.config.<a href="com/scalar/maven/core/config/DefaultHttpClient.html" class="type-name-link" title="class in com.scalar.maven.core.config">DefaultHttpClient</a></li>
|
|
70
|
+
<li class="circle">com.scalar.maven.core.authentication.flows.<a href="com/scalar/maven/core/authentication/flows/OAuthFlow.html" class="type-name-link" title="class in com.scalar.maven.core.authentication.flows">OAuthFlow</a>
|
|
71
|
+
<ul>
|
|
72
|
+
<li class="circle">com.scalar.maven.core.authentication.flows.<a href="com/scalar/maven/core/authentication/flows/AuthorizationCodeFlow.html" class="type-name-link" title="class in com.scalar.maven.core.authentication.flows">AuthorizationCodeFlow</a></li>
|
|
73
|
+
<li class="circle">com.scalar.maven.core.authentication.flows.<a href="com/scalar/maven/core/authentication/flows/ClientCredentialsFlow.html" class="type-name-link" title="class in com.scalar.maven.core.authentication.flows">ClientCredentialsFlow</a></li>
|
|
74
|
+
<li class="circle">com.scalar.maven.core.authentication.flows.<a href="com/scalar/maven/core/authentication/flows/ImplicitFlow.html" class="type-name-link" title="class in com.scalar.maven.core.authentication.flows">ImplicitFlow</a></li>
|
|
75
|
+
<li class="circle">com.scalar.maven.core.authentication.flows.<a href="com/scalar/maven/core/authentication/flows/PasswordFlow.html" class="type-name-link" title="class in com.scalar.maven.core.authentication.flows">PasswordFlow</a></li>
|
|
76
|
+
</ul>
|
|
77
|
+
</li>
|
|
78
|
+
<li class="circle">com.scalar.maven.core.config.<a href="com/scalar/maven/core/config/ScalarAgentOptions.html" class="type-name-link" title="class in com.scalar.maven.core.config">ScalarAgentOptions</a></li>
|
|
79
|
+
<li class="circle">com.scalar.maven.core.authentication.<a href="com/scalar/maven/core/authentication/ScalarAuthenticationOptions.html" class="type-name-link" title="class in com.scalar.maven.core.authentication">ScalarAuthenticationOptions</a></li>
|
|
80
|
+
<li class="circle">com.scalar.maven.core.internal.<a href="com/scalar/maven/core/internal/ScalarConfiguration.html" class="type-name-link" title="class in com.scalar.maven.core.internal">ScalarConfiguration</a></li>
|
|
81
|
+
<li class="circle">com.scalar.maven.core.internal.<a href="com/scalar/maven/core/internal/ScalarConfigurationMapper.html" class="type-name-link" title="class in com.scalar.maven.core.internal">ScalarConfigurationMapper</a></li>
|
|
82
|
+
<li class="circle">com.scalar.maven.core.<a href="com/scalar/maven/core/ScalarConstants.html" class="type-name-link" title="class in com.scalar.maven.core">ScalarConstants</a></li>
|
|
83
|
+
<li class="circle">com.scalar.maven.core.authentication.flows.<a href="com/scalar/maven/core/authentication/flows/ScalarFlows.html" class="type-name-link" title="class in com.scalar.maven.core.authentication.flows">ScalarFlows</a></li>
|
|
84
|
+
<li class="circle">com.scalar.maven.core.<a href="com/scalar/maven/core/ScalarHtmlRenderer.html" class="type-name-link" title="class in com.scalar.maven.core">ScalarHtmlRenderer</a></li>
|
|
85
|
+
<li class="circle">com.scalar.maven.core.<a href="com/scalar/maven/core/ScalarProperties.html" class="type-name-link" title="class in com.scalar.maven.core">ScalarProperties</a></li>
|
|
86
|
+
<li class="circle">com.scalar.maven.core.authentication.schemes.<a href="com/scalar/maven/core/authentication/schemes/ScalarSecurityScheme.html" class="type-name-link" title="class in com.scalar.maven.core.authentication.schemes">ScalarSecurityScheme</a>
|
|
87
|
+
<ul>
|
|
88
|
+
<li class="circle">com.scalar.maven.core.authentication.schemes.<a href="com/scalar/maven/core/authentication/schemes/ScalarApiKeySecurityScheme.html" class="type-name-link" title="class in com.scalar.maven.core.authentication.schemes">ScalarApiKeySecurityScheme</a></li>
|
|
89
|
+
<li class="circle">com.scalar.maven.core.authentication.schemes.<a href="com/scalar/maven/core/authentication/schemes/ScalarHttpSecurityScheme.html" class="type-name-link" title="class in com.scalar.maven.core.authentication.schemes">ScalarHttpSecurityScheme</a></li>
|
|
90
|
+
<li class="circle">com.scalar.maven.core.authentication.schemes.<a href="com/scalar/maven/core/authentication/schemes/ScalarOAuth2SecurityScheme.html" class="type-name-link" title="class in com.scalar.maven.core.authentication.schemes">ScalarOAuth2SecurityScheme</a></li>
|
|
91
|
+
</ul>
|
|
92
|
+
</li>
|
|
93
|
+
<li class="circle">com.scalar.maven.core.config.<a href="com/scalar/maven/core/config/ScalarServer.html" class="type-name-link" title="class in com.scalar.maven.core.config">ScalarServer</a></li>
|
|
94
|
+
<li class="circle">com.scalar.maven.core.config.<a href="com/scalar/maven/core/config/ScalarServer.ServerVariable.html" class="type-name-link" title="class in com.scalar.maven.core.config">ScalarServer.ServerVariable</a></li>
|
|
95
|
+
<li class="circle">com.scalar.maven.core.config.<a href="com/scalar/maven/core/config/ScalarSource.html" class="type-name-link" title="class in com.scalar.maven.core.config">ScalarSource</a></li>
|
|
96
|
+
</ul>
|
|
97
|
+
</li>
|
|
98
|
+
</ul>
|
|
99
|
+
</section>
|
|
100
|
+
<section class="hierarchy">
|
|
101
|
+
<h2 title="Enum Class Hierarchy">Enum Class Hierarchy</h2>
|
|
102
|
+
<ul>
|
|
103
|
+
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a>
|
|
104
|
+
<ul>
|
|
105
|
+
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Enum.html" class="type-name-link external-link" title="class or interface in java.lang">Enum</a><E> (implements java.lang.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><T>, java.lang.constant.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/constant/Constable.html" title="class or interface in java.lang.constant" class="external-link">Constable</a>, java.io.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a>)
|
|
106
|
+
<ul>
|
|
107
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/CredentialsLocation.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">CredentialsLocation</a></li>
|
|
108
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/DeveloperToolsVisibility.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">DeveloperToolsVisibility</a></li>
|
|
109
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/DocumentDownloadType.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">DocumentDownloadType</a></li>
|
|
110
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/OperationSorter.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">OperationSorter</a></li>
|
|
111
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/OperationTitleSource.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">OperationTitleSource</a></li>
|
|
112
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/Pkce.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">Pkce</a></li>
|
|
113
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/PropertyOrder.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">PropertyOrder</a></li>
|
|
114
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/ScalarClient.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">ScalarClient</a></li>
|
|
115
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/ScalarLayout.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">ScalarLayout</a></li>
|
|
116
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/ScalarTarget.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">ScalarTarget</a></li>
|
|
117
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/ScalarTheme.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">ScalarTheme</a></li>
|
|
118
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/TagSorter.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">TagSorter</a></li>
|
|
119
|
+
<li class="circle">com.scalar.maven.core.enums.<a href="com/scalar/maven/core/enums/ThemeMode.html" class="type-name-link" title="enum class in com.scalar.maven.core.enums">ThemeMode</a></li>
|
|
120
|
+
</ul>
|
|
121
|
+
</li>
|
|
122
|
+
</ul>
|
|
123
|
+
</li>
|
|
124
|
+
</ul>
|
|
125
|
+
</section>
|
|
126
|
+
</main>
|
|
127
|
+
<footer role="contentinfo">
|
|
128
|
+
<hr>
|
|
129
|
+
<p class="legal-copy"><small>Copyright © 2026. All rights reserved.</small></p>
|
|
130
|
+
</footer>
|
|
131
|
+
</div>
|
|
132
|
+
</div>
|
|
133
|
+
</body>
|
|
134
|
+
</html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"com.scalar.maven.core"},{"l":"com.scalar.maven.core.authentication"},{"l":"com.scalar.maven.core.authentication.flows"},{"l":"com.scalar.maven.core.authentication.schemes"},{"l":"com.scalar.maven.core.config"},{"l":"com.scalar.maven.core.enums"},{"l":"com.scalar.maven.core.internal"}];updateSearchResults();
|
|
Binary file
|
|
Binary file
|