View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nb-springboot-plugin-3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.alexfalappa.nbspringboot.templates
├─ com.github.alexfalappa.nbspringboot.templates.Bundle.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.FileTemplates.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.TemplateUtils.class - [JAR]
com.github.alexfalappa.nbspringboot.cfgprops.completion.doc
├─ com.github.alexfalappa.nbspringboot.cfgprops.completion.doc.CfgPropCompletionDocumentation.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.completion.doc.CfgPropValueCompletionDocumentation.class - [JAR]
com.github.alexfalappa.nbspringboot.templates.controller
├─ com.github.alexfalappa.nbspringboot.templates.controller.Bundle.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.controller.ControllerVisualPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.controller.ControllerWizardIterator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.controller.ControllerWizardPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.controller.ReactRestControllerWizardIterator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.controller.RestControllerVisualPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.controller.RestControllerWizardIterator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.controller.RestControllerWizardPanel1.class - [JAR]
org.springframework.boot.origin
├─ org.springframework.boot.origin.Origin.class - [JAR]
├─ org.springframework.boot.origin.OriginProvider.class - [JAR]
com.github.alexfalappa.nbspringboot.projects.customizer
├─ com.github.alexfalappa.nbspringboot.projects.customizer.BootPanel.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.customizer.BootPanelProvider.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.customizer.CfgOverride.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.customizer.CfgParamsTableModel.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.customizer.CfgPropsDialog.class - [JAR]
com.github.alexfalappa.nbspringboot.projects.service.api
├─ com.github.alexfalappa.nbspringboot.projects.service.api.HintProvider.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.service.api.SpringBootService.class - [JAR]
com.github.alexfalappa.nbspringboot.codegen
├─ com.github.alexfalappa.nbspringboot.codegen.BaseCodeGenerator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.codegen.InjectSpringBootGenerator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.codegen.SpringBootCodeGeneratorFactory.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.codegen.SpringDependenciesGenerator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.codegen.SpringDependencyDialog.class - [JAR]
com.github.alexfalappa.nbspringboot.prefs
├─ com.github.alexfalappa.nbspringboot.prefs.BootPrefsOptionsPanelController.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.prefs.BootPrefsPanel.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.prefs.Bundle.class - [JAR]
com.github.alexfalappa.nbspringboot.cfgprops.parser
├─ com.github.alexfalappa.nbspringboot.cfgprops.parser.CfgPropLine.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.parser.CfgPropsParboiled.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.parser.CfgPropsParser.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.parser.JavaIdPartMatcher.class - [JAR]
com.github.alexfalappa.nbspringboot.cfgprops.filetype
├─ com.github.alexfalappa.nbspringboot.cfgprops.filetype.Bundle.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.filetype.CfgPropsDataObject.class - [JAR]
com.github.alexfalappa.nbspringboot.cfgprops.completion.items
├─ com.github.alexfalappa.nbspringboot.cfgprops.completion.items.CfgPropCompletionItem.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.completion.items.FileObjectCompletionItem.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.completion.items.JavaTypeCompletionItem.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.completion.items.KeyCompletionItem.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.completion.items.ValueCompletionItem.class - [JAR]
org.springframework.boot.convert
├─ org.springframework.boot.convert.ApplicationConversionService.class - [JAR]
├─ org.springframework.boot.convert.ArrayToDelimitedStringConverter.class - [JAR]
├─ org.springframework.boot.convert.CharArrayFormatter.class - [JAR]
├─ org.springframework.boot.convert.CollectionToDelimitedStringConverter.class - [JAR]
├─ org.springframework.boot.convert.DataSizeUnit.class - [JAR]
├─ org.springframework.boot.convert.DelimitedStringToArrayConverter.class - [JAR]
├─ org.springframework.boot.convert.DelimitedStringToCollectionConverter.class - [JAR]
├─ org.springframework.boot.convert.Delimiter.class - [JAR]
├─ org.springframework.boot.convert.DurationFormat.class - [JAR]
├─ org.springframework.boot.convert.DurationStyle.class - [JAR]
├─ org.springframework.boot.convert.DurationToNumberConverter.class - [JAR]
├─ org.springframework.boot.convert.DurationToStringConverter.class - [JAR]
├─ org.springframework.boot.convert.DurationUnit.class - [JAR]
├─ org.springframework.boot.convert.InetAddressFormatter.class - [JAR]
├─ org.springframework.boot.convert.InputStreamSourceToByteArrayConverter.class - [JAR]
├─ org.springframework.boot.convert.IsoOffsetFormatter.class - [JAR]
├─ org.springframework.boot.convert.LenientBooleanToEnumConverterFactory.class - [JAR]
├─ org.springframework.boot.convert.LenientObjectToEnumConverterFactory.class - [JAR]
├─ org.springframework.boot.convert.LenientStringToEnumConverterFactory.class - [JAR]
├─ org.springframework.boot.convert.NumberToDataSizeConverter.class - [JAR]
├─ org.springframework.boot.convert.NumberToDurationConverter.class - [JAR]
├─ org.springframework.boot.convert.NumberToPeriodConverter.class - [JAR]
├─ org.springframework.boot.convert.PeriodFormat.class - [JAR]
├─ org.springframework.boot.convert.PeriodStyle.class - [JAR]
├─ org.springframework.boot.convert.PeriodToStringConverter.class - [JAR]
├─ org.springframework.boot.convert.PeriodUnit.class - [JAR]
├─ org.springframework.boot.convert.StringToDataSizeConverter.class - [JAR]
├─ org.springframework.boot.convert.StringToDurationConverter.class - [JAR]
├─ org.springframework.boot.convert.StringToFileConverter.class - [JAR]
├─ org.springframework.boot.convert.StringToPathConverter.class - [JAR]
├─ org.springframework.boot.convert.StringToPeriodConverter.class - [JAR]
com.github.alexfalappa.nbspringboot.actions
├─ com.github.alexfalappa.nbspringboot.actions.Bundle.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.actions.DumpBootCfgPropsMetadataAction.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.actions.GlobalActionContextProxy.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.actions.RestartAction.class - [JAR]
com.github.alexfalappa.nbspringboot.projects.service.impl
├─ com.github.alexfalappa.nbspringboot.projects.service.impl.ClassReferenceHintProvider.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.service.impl.HandleAsHintProvider.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.service.impl.HintSupport.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.service.impl.LoggerNameHintProvider.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.service.impl.NoopHintProvider.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.service.impl.SpringBootServiceImpl.class - [JAR]
com.github.alexfalappa.nbspringboot.templates.actuatorendpoints
├─ com.github.alexfalappa.nbspringboot.templates.actuatorendpoints.ActEndpointVisualPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.actuatorendpoints.ActEndpointWizardIterator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.actuatorendpoints.ActEndpointWizardPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.actuatorendpoints.Bundle.class - [JAR]
com.github.alexfalappa.nbspringboot.templates.repository
├─ com.github.alexfalappa.nbspringboot.templates.repository.Bundle.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.repository.ReactRepoVisualPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.repository.ReactRepoWizardIterator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.repository.ReactRepoWizardPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.repository.RepoVisualPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.repository.RepoWizardIterator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.repository.RepoWizardPanel1.class - [JAR]
com.github.alexfalappa.nbspringboot.templates.metadata
├─ com.github.alexfalappa.nbspringboot.templates.metadata.Bundle.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.metadata.MetadataVisualPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.metadata.MetadataWizardIterator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.metadata.MetadataWizardPanel1.class - [JAR]
com.github.alexfalappa.nbspringboot.cfgprops.lexer
├─ com.github.alexfalappa.nbspringboot.cfgprops.lexer.CfgPropsLanguage.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.lexer.CfgPropsLexer.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.lexer.CfgPropsScanner.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.lexer.CfgPropsTokenId.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.lexer.StateStack.class - [JAR]
org.springframework.boot.bind
├─ org.springframework.boot.bind.RelaxedNames.class - [JAR]
com.github.alexfalappa.nbspringboot.projects.initializr
├─ com.github.alexfalappa.nbspringboot.projects.initializr.ArtifactVersion.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.BootDependenciesPanel.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.Bundle.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.DependencyToggleBox.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.ErrorWizardPanel.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.InitializrProjectPanelVisual1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.InitializrProjectPanelVisual2.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.InitializrProjectPanelVisual3.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.InitializrProjectProps.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.InitializrProjectWizardIterator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.InitializrProjectWizardPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.InitializrProjectWizardPanel2.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.InitializrProjectWizardPanel3.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.InitializrService.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.initializr.NamedItem.class - [JAR]
com.github.alexfalappa.nbspringboot.cfgprops.completion
├─ com.github.alexfalappa.nbspringboot.cfgprops.completion.CfgPropsCompletionProvider.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.completion.CfgPropsCompletionQuery.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.completion.CfgPropsDocAndTooltipQuery.class - [JAR]
com.github.alexfalappa.nbspringboot
├─ com.github.alexfalappa.nbspringboot.Installer.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.PrefConstants.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.Utils.class - [JAR]
com.github.alexfalappa.nbspringboot.cfgprops.ast
├─ com.github.alexfalappa.nbspringboot.cfgprops.ast.CfgElement.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.ast.CfgFile.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.ast.KeyElement.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.ast.PairElement.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.ast.ValueElement.class - [JAR]
org.netbeans.contrib.yenta
├─ org.netbeans.contrib.yenta.Yenta.class - [JAR]
com.github.alexfalappa.nbspringboot.projects
├─ com.github.alexfalappa.nbspringboot.projects.BootRecommendedTemplates.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.SpringBootProjectIconAnnotator.class - [JAR]
com.github.alexfalappa.nbspringboot.projects.basic
├─ com.github.alexfalappa.nbspringboot.projects.basic.BasicProjectPanelVisual.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.basic.BasicProjectWizardIterator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.basic.BasicProjectWizardPanel.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.projects.basic.Bundle.class - [JAR]
com.github.alexfalappa.nbspringboot.navigator
├─ com.github.alexfalappa.nbspringboot.navigator.Bundle.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.navigator.ElementScanningTaskFactory.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.navigator.MappedElement.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.navigator.MappedElementExtractor.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.navigator.MappedElementsModel.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.navigator.RequestMappingNavigatorPanel.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.navigator.RequestMethodCellRenderer.class - [JAR]
com.github.alexfalappa.nbspringboot.templates.applproperties
├─ com.github.alexfalappa.nbspringboot.templates.applproperties.ApplVisualPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.applproperties.ApplWizardIterator.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.applproperties.ApplWizardPanel1.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.templates.applproperties.Bundle.class - [JAR]
com.github.alexfalappa.nbspringboot.hints
├─ com.github.alexfalappa.nbspringboot.hints.Bundle.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.hints.MissingPomDependencies.class - [JAR]
com.github.alexfalappa.nbspringboot.cfgprops.fixes
├─ com.github.alexfalappa.nbspringboot.cfgprops.fixes.BaseFix.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.fixes.DeletePropFix.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.fixes.ReplacePropFix.class - [JAR]
com.github.alexfalappa.nbspringboot.cfgprops.highlighting
├─ com.github.alexfalappa.nbspringboot.cfgprops.highlighting.BaseHighlightingTask.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.highlighting.CfgPropsHighlightingTaskFactory.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.highlighting.DataTypeMismatchHighlightingTask.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.highlighting.DeprecatedPropsHighlightingTask.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.highlighting.DuplicatesHighlightingTask.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.highlighting.SyntaxErrorHighlightingTask.class - [JAR]
├─ com.github.alexfalappa.nbspringboot.cfgprops.highlighting.UnknownPropsHighlightingTask.class - [JAR]