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 jaffas-0.11.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.gpor0.jaffas.exceptions.mappers
├─ com.github.gpor0.jaffas.exceptions.mappers.BaseExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.ConflictExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.ConstraintViolationExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.DataAccessExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.DataChangedExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.ForbiddenExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.IntegrationExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.InvalidParameterExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.MissingPropertyExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.NotImplementedExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.ResourceNotFoundExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.ServiceExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.UnauthorizedExceptionMapper.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.mappers.UnsupportedOperationExceptionMapper.class - [JAR]
com.github.gpor0.jaffas.endpoints
├─ com.github.gpor0.jaffas.endpoints.OauthApi.class - [JAR]
├─ com.github.gpor0.jaffas.endpoints.PermissionsApi.class - [JAR]
com.github.gpor0.jaffas.rest
├─ com.github.gpor0.jaffas.rest.R.class - [JAR]
com.github.gpor0.jaffas.generators
├─ com.github.gpor0.jaffas.generators.IdGenerator.class - [JAR]
com.github.gpor0.jaffas.context
├─ com.github.gpor0.jaffas.context.AbstractRequestContextProxy.class - [JAR]
├─ com.github.gpor0.jaffas.context.Environment.class - [JAR]
├─ com.github.gpor0.jaffas.context.EnvironmentEnum.class - [JAR]
├─ com.github.gpor0.jaffas.context.RequestContext.class - [JAR]
com.github.gpor0.jaffas.rest.filters
├─ com.github.gpor0.jaffas.rest.filters.RestClientLoggingFilter.class - [JAR]
com.github.gpor0.jaffas.security
├─ com.github.gpor0.jaffas.security.BaseSecurityFilter.class - [JAR]
├─ com.github.gpor0.jaffas.security.Security.class - [JAR]
├─ com.github.gpor0.jaffas.security.SecurityService.class - [JAR]
├─ com.github.gpor0.jaffas.security.SecurityServiceBean.class - [JAR]
com.github.gpor0.jaffas.endpoints.model
├─ com.github.gpor0.jaffas.endpoints.model.SyncPermission.class - [JAR]
├─ com.github.gpor0.jaffas.endpoints.model.SyncRole.class - [JAR]
├─ com.github.gpor0.jaffas.endpoints.model.SyncRolePermissions.class - [JAR]
├─ com.github.gpor0.jaffas.endpoints.model.Token.class - [JAR]
com.github.gpor0.jaffas.exceptions
├─ com.github.gpor0.jaffas.exceptions.ForbiddenException.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.IntegrationException.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.ManagedException.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.NotImplementedException.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.UnauthorizedException.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.UnknownManagedException.class - [JAR]
com.github.gpor0.jaffas.exceptions.model
├─ com.github.gpor0.jaffas.exceptions.model.ApiFault.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.model.ApiFaultDetails.class - [JAR]
├─ com.github.gpor0.jaffas.exceptions.model.ApiFaultRequest.class - [JAR]