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 shardingsphere-spi-5.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.shardingsphere.spi.aware
├─ org.apache.shardingsphere.spi.aware.SPIMetadataAware.class - [JAR]
org.apache.shardingsphere.spi
├─ org.apache.shardingsphere.spi.ShardingSphereServiceLoader.class - [JAR]
org.apache.shardingsphere.spi.type.typed
├─ org.apache.shardingsphere.spi.type.typed.TypedSPI.class - [JAR]
├─ org.apache.shardingsphere.spi.type.typed.TypedSPIRegistry.class - [JAR]
org.apache.shardingsphere.spi.exception
├─ org.apache.shardingsphere.spi.exception.ServiceProviderNotFoundException.class - [JAR]
├─ org.apache.shardingsphere.spi.exception.ShardingSphereSPIException.class - [JAR]
org.apache.shardingsphere.spi.lifecycle
├─ org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor.class - [JAR]
org.apache.shardingsphere.spi.type.optional
├─ org.apache.shardingsphere.spi.type.optional.OptionalSPI.class - [JAR]
├─ org.apache.shardingsphere.spi.type.optional.OptionalSPIRegistry.class - [JAR]
org.apache.shardingsphere.spi.type.ordered
├─ org.apache.shardingsphere.spi.type.ordered.OrderedSPI.class - [JAR]
├─ org.apache.shardingsphere.spi.type.ordered.OrderedSPIRegistry.class - [JAR]
org.apache.shardingsphere.spi.type.required
├─ org.apache.shardingsphere.spi.type.required.RequiredSPI.class - [JAR]
├─ org.apache.shardingsphere.spi.type.required.RequiredSPIRegistry.class - [JAR]
org.apache.shardingsphere.spi.annotation
├─ org.apache.shardingsphere.spi.annotation.SingletonSPI.class - [JAR]
org.apache.shardingsphere.spi.type.ordered.cache
├─ org.apache.shardingsphere.spi.type.ordered.cache.OrderedServicesCache.class - [JAR]