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-share-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.share.model
├─ fun.fengwk.convention4j.oauth2.share.model.OAuth2TokenDTO.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.share.model.StandardOAuth2ClientCreateDTO.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.share.model.StandardOAuth2ClientDTO.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.share.model.StandardOAuth2ClientEditablePropertiesDTO.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.share.model.StandardOAuth2ClientUpdateDTO.class - [JAR]
fun.fengwk.convention4j.oauth2.share.constant
├─ fun.fengwk.convention4j.oauth2.share.constant.GrantType.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.share.constant.OAuth2ClientStatus.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.share.constant.OAuth2ErrorCodes.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.share.constant.OAuth2Mode.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.share.constant.ResponseType.class - [JAR]
├─ fun.fengwk.convention4j.oauth2.share.constant.TokenType.class - [JAR]