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 org.wso2.carbon.auth.scope.registration.rest.api-1.0.59.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wso2.carbon.auth.scope.registration.rest.api.util
├─ org.wso2.carbon.auth.scope.registration.rest.api.util.ScopeMappingUtil.class - [JAR]
org.wso2.carbon.auth.scope.registration.rest.api
├─ org.wso2.carbon.auth.scope.registration.rest.api.ApiException.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.rest.api.ApiOriginFilter.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.rest.api.ApiResponseMessage.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.rest.api.NotFoundException.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.rest.api.ScopesApi.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.rest.api.ScopesApiService.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.rest.api.StringUtil.class - [JAR]
org.wso2.carbon.auth.scope.registration.rest.api.dto
├─ org.wso2.carbon.auth.scope.registration.rest.api.dto.ErrorDTO.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.rest.api.dto.PaginationDTO.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.rest.api.dto.ScopeDTO.class - [JAR]
├─ org.wso2.carbon.auth.scope.registration.rest.api.dto.ScopeListDTO.class - [JAR]
org.wso2.carbon.auth.scope.registration.rest.api.impl
├─ org.wso2.carbon.auth.scope.registration.rest.api.impl.ScopesApiServiceImpl.class - [JAR]
org.wso2.carbon.auth.scope.registration.rest.api.factories
├─ org.wso2.carbon.auth.scope.registration.rest.api.factories.ScopesApiServiceFactory.class - [JAR]