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 up-annotations-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.restup.annotations.filter
├─ com.github.restup.annotations.filter.PostBulkCreateFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PostBulkDeleteFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PostBulkUpdateFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PostCreateFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PostDeleteByQueryFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PostDeleteFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PostListFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PostReadFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PostUpdateByQueryFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PostUpdateFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PreBulkCreateFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PreBulkDeleteFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PreBulkUpdateFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PreCreateFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PreDeleteByQueryFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PreDeleteFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PreListFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PreReadFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PreUpdateByQueryFilter.class - [JAR]
├─ com.github.restup.annotations.filter.PreUpdateFilter.class - [JAR]
├─ com.github.restup.annotations.filter.Rank.class - [JAR]
├─ com.github.restup.annotations.filter.Validation.class - [JAR]
com.github.restup.annotations
├─ com.github.restup.annotations.ApiName.class - [JAR]
├─ com.github.restup.annotations.Plural.class - [JAR]
├─ com.github.restup.annotations.Resource.class - [JAR]
├─ com.github.restup.annotations.Strict.class - [JAR]
com.github.restup.annotations.field
├─ com.github.restup.annotations.field.CaseInsensitive.class - [JAR]
├─ com.github.restup.annotations.field.Immutable.class - [JAR]
├─ com.github.restup.annotations.field.Param.class - [JAR]
├─ com.github.restup.annotations.field.Relationship.class - [JAR]
├─ com.github.restup.annotations.field.RelationshipType.class - [JAR]
com.github.restup.annotations.operations
├─ com.github.restup.annotations.operations.AutoWrapDisabled.class - [JAR]
├─ com.github.restup.annotations.operations.BulkCreateResource.class - [JAR]
├─ com.github.restup.annotations.operations.BulkDeleteResource.class - [JAR]
├─ com.github.restup.annotations.operations.BulkUpdateResource.class - [JAR]
├─ com.github.restup.annotations.operations.CreateResource.class - [JAR]
├─ com.github.restup.annotations.operations.DeleteResource.class - [JAR]
├─ com.github.restup.annotations.operations.DeleteResourceByQuery.class - [JAR]
├─ com.github.restup.annotations.operations.ListResource.class - [JAR]
├─ com.github.restup.annotations.operations.ReadResource.class - [JAR]
├─ com.github.restup.annotations.operations.UpdateResource.class - [JAR]
├─ com.github.restup.annotations.operations.UpdateResourceByQuery.class - [JAR]