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 convention4j-oauth2-infra-0.0.16.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fun.fengwk.convention4j.oauth2.infra.mapper
├─ fun.fengwk.convention4j.oauth2.infra.mapper.OAuth2TokenMapper.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.infra.mapper.StandardOAuth2ClientMapper.class - [JAR]
fun.fengwk.convention4j.oauth2.infra
├─ fun.fengwk.convention4j.oauth2.infra.OAuth2InfraAutoConfiguration.class - [JAR]
fun.fengwk.convention4j.oauth2.infra.repo
├─ fun.fengwk.convention4j.oauth2.infra.repo.MysqlOAuth2TokenRepository.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.infra.repo.MysqlStandardOAuth2ClientRepository.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.infra.repo.RedisAuthenticationCodeRepository.class - [JAR]
fun.fengwk.convention4j.oauth2.infra.model
├─ fun.fengwk.convention4j.oauth2.infra.model.OAuth2TokenDO.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.infra.model.StandardOAuth2ClientDO.class - [JAR]