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 spring-boot-configuration-metadata-3.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.boot.configurationmetadata
├─ org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup.class - [JAR]
├─ org.springframework.boot.configurationmetadata.ConfigurationMetadataHint.class - [JAR]
├─ org.springframework.boot.configurationmetadata.ConfigurationMetadataItem.class - [JAR]
├─ org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty.class - [JAR]
├─ org.springframework.boot.configurationmetadata.ConfigurationMetadataRepository.class - [JAR]
├─ org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder.class - [JAR]
├─ org.springframework.boot.configurationmetadata.ConfigurationMetadataSource.class - [JAR]
├─ org.springframework.boot.configurationmetadata.Deprecation.class - [JAR]
├─ org.springframework.boot.configurationmetadata.Hints.class - [JAR]
├─ org.springframework.boot.configurationmetadata.JsonReader.class - [JAR]
├─ org.springframework.boot.configurationmetadata.RawConfigurationMetadata.class - [JAR]
├─ org.springframework.boot.configurationmetadata.SentenceExtractor.class - [JAR]
├─ org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository.class - [JAR]
├─ org.springframework.boot.configurationmetadata.ValueHint.class - [JAR]
├─ org.springframework.boot.configurationmetadata.ValueProvider.class - [JAR]