jar

com.github.wnameless.spring : spring-batch-api

Maven & Gradle

Dec 18, 2015
23 stars

spring-batch-api · Add bulk operations support to any Spring RESTful API by a single annotation @EnableBulkApi.

Table Of Contents

Latest Version

Download com.github.wnameless.spring : spring-batch-api JAR file - Latest Versions:

All Versions

Download com.github.wnameless.spring : spring-batch-api JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-batch-api-0.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.wnameless.spring.bulkapi

├─ com.github.wnameless.spring.bulkapi.BulkApiConfig.class - [JAR]

├─ com.github.wnameless.spring.bulkapi.BulkApiController.class - [JAR]

├─ com.github.wnameless.spring.bulkapi.BulkApiException.class - [JAR]

├─ com.github.wnameless.spring.bulkapi.BulkApiExceptionHandlerAdvice.class - [JAR]

├─ com.github.wnameless.spring.bulkapi.BulkApiValidator.class - [JAR]

├─ com.github.wnameless.spring.bulkapi.BulkOperation.class - [JAR]

├─ com.github.wnameless.spring.bulkapi.BulkRequest.class - [JAR]

├─ com.github.wnameless.spring.bulkapi.BulkResponse.class - [JAR]

├─ com.github.wnameless.spring.bulkapi.BulkResult.class - [JAR]

├─ com.github.wnameless.spring.bulkapi.Bulkable.class - [JAR]

├─ com.github.wnameless.spring.bulkapi.EnableBulkApi.class - [JAR]