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 springboot-starter-data-fast-2.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.codingapi.springboot.fast.exception
├─ com.codingapi.springboot.fast.exception.FastMappingErrorException.class - [JAR]
com.codingapi.springboot.fast.registrar
├─ com.codingapi.springboot.fast.registrar.DataFastBeanDefinitionRegistrar.class - [JAR]
├─ com.codingapi.springboot.fast.registrar.MvcMappingRegistrar.class - [JAR]
com.codingapi.springboot.fast.executor
├─ com.codingapi.springboot.fast.executor.JpaExecutor.class - [JAR]
├─ com.codingapi.springboot.fast.executor.JpaQuery.class - [JAR]
├─ com.codingapi.springboot.fast.executor.MvcMethodInterceptor.class - [JAR]
com.codingapi.springboot.fast
├─ com.codingapi.springboot.fast.DataFastConfiguration.class - [JAR]
com.codingapi.springboot.fast.annotation
├─ com.codingapi.springboot.fast.annotation.FastController.class - [JAR]
├─ com.codingapi.springboot.fast.annotation.FastMapping.class - [JAR]
com.codingapi.springboot.fast.mapping
├─ com.codingapi.springboot.fast.mapping.MvcEndpointMapping.class - [JAR]