jar

org.androidannotations : rest-spring

Maven & Gradle

Nov 19, 2020
1 usages

REST Annotation Processor with Spring REST template · AndroidAnnotations plugin for REST with Spring REST template

Table Of Contents

Latest Version

Download org.androidannotations : rest-spring JAR file - Latest Versions:

All Versions

Download org.androidannotations : rest-spring JAR file - All Versions:

Version Vulnerabilities Size Updated
4.8.x
4.7.x
4.6.x
4.5.x
4.4.x
4.3.x
4.2.x
4.1.x
4.0.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 rest-spring-4.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.androidannotations.rest.spring.helper

├─ org.androidannotations.rest.spring.helper.RestAnnotationHelper.class - [JAR]

├─ org.androidannotations.rest.spring.helper.RestSpringClasses.class - [JAR]

├─ org.androidannotations.rest.spring.helper.RestSpringValidatorHelper.class - [JAR]

org.androidannotations.rest.spring.holder

├─ org.androidannotations.rest.spring.holder.RestHolder.class - [JAR]

org.androidannotations.rest.spring

├─ org.androidannotations.rest.spring.RestSpringPlugin.class - [JAR]

org.androidannotations.rest.spring.handler

├─ org.androidannotations.rest.spring.handler.AbstractParamHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.AbstractRestMethodWithParameterHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.BodyHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.DeleteHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.FieldHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.GetHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.HeadHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.HeaderHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.HeadersHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.OptionsHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.PartHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.PatchHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.PathHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.PostHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.PutHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.RestHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.RestMethodHandler.class - [JAR]

├─ org.androidannotations.rest.spring.handler.RestServiceHandler.class - [JAR]

Advertisement