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-cloud-stream-schema-registry-core-4.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.cloud.stream.schema.registry.config
├─ org.springframework.cloud.stream.schema.registry.config.SchemaServerConfiguration.class - [JAR]
├─ org.springframework.cloud.stream.schema.registry.config.SchemaServerProperties.class - [JAR]
org.springframework.cloud.stream.schema.registry.repository
├─ org.springframework.cloud.stream.schema.registry.repository.SchemaRepository.class - [JAR]
org.springframework.cloud.stream.schema.registry.support
├─ org.springframework.cloud.stream.schema.registry.support.AvroSchemaValidator.class - [JAR]
├─ org.springframework.cloud.stream.schema.registry.support.InvalidSchemaException.class - [JAR]
├─ org.springframework.cloud.stream.schema.registry.support.SchemaDeletionNotAllowedException.class - [JAR]
├─ org.springframework.cloud.stream.schema.registry.support.SchemaNotFoundException.class - [JAR]
├─ org.springframework.cloud.stream.schema.registry.support.SchemaValidator.class - [JAR]
├─ org.springframework.cloud.stream.schema.registry.support.UnsupportedFormatException.class - [JAR]
org.springframework.cloud.stream.schema.registry.model
├─ org.springframework.cloud.stream.schema.registry.model.Compatibility.class - [JAR]
├─ org.springframework.cloud.stream.schema.registry.model.Schema.class - [JAR]
org.springframework.cloud.stream.schema.registry.controllers
├─ org.springframework.cloud.stream.schema.registry.controllers.ServerController.class - [JAR]
org.springframework.cloud.stream.schema.registry
├─ org.springframework.cloud.stream.schema.registry.EnableSchemaRegistryServer.class - [JAR]