jar

com.googlecode.lucastody : java-to-json

Maven & Gradle

Nov 24, 2014

API responsável por facilitar o acesso a código java por meio de javascript. Fornecendo também interceptadores que podem ser utilizados para cada classe acessada. Essa API faz a conversão de objetos java para a notação JSON (JavaScript Object Notation) e vice-versa.

Table Of Contents

Latest Version

Download com.googlecode.lucastody : java-to-json JAR file - Latest Versions:

All Versions

Download com.googlecode.lucastody : java-to-json JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.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 java-to-json-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.googlecode.lucastody.javatojson.servlet

├─ com.googlecode.lucastody.javatojson.servlet.ParserServlet.class - [JAR]

com.googlecode.lucastody.javatojson.phase

├─ com.googlecode.lucastody.javatojson.phase.ExecutePhase.class - [JAR]

├─ com.googlecode.lucastody.javatojson.phase.LoadClassPhase.class - [JAR]

├─ com.googlecode.lucastody.javatojson.phase.LoadResourcePhase.class - [JAR]

├─ com.googlecode.lucastody.javatojson.phase.Phase.class - [JAR]

├─ com.googlecode.lucastody.javatojson.phase.PhaseContainer.class - [JAR]

com.googlecode.lucastody.javatojson.http

├─ com.googlecode.lucastody.javatojson.http.AjaxRequest.class - [JAR]

├─ com.googlecode.lucastody.javatojson.http.AjaxRequestInfo.class - [JAR]

├─ com.googlecode.lucastody.javatojson.http.AjaxResponse.class - [JAR]

├─ com.googlecode.lucastody.javatojson.http.MutableRequest.class - [JAR]

├─ com.googlecode.lucastody.javatojson.http.MutableResponse.class - [JAR]

com.googlecode.lucastody.javatojson.types

├─ com.googlecode.lucastody.javatojson.types.AjaxType.class - [JAR]

├─ com.googlecode.lucastody.javatojson.types.Page.class - [JAR]

com.googlecode.lucastody.javatojson.annotation

├─ com.googlecode.lucastody.javatojson.annotation.AjaxController.class - [JAR]

├─ com.googlecode.lucastody.javatojson.annotation.AjaxInterceptor.class - [JAR]

com.googlecode.lucastody.javatojson.phase.typeHandler

├─ com.googlecode.lucastody.javatojson.phase.typeHandler.DefaultTypeHandleImpl.class - [JAR]

├─ com.googlecode.lucastody.javatojson.phase.typeHandler.PageTypeHandleImpl.class - [JAR]

├─ com.googlecode.lucastody.javatojson.phase.typeHandler.TypeHandlerImpl.class - [JAR]

com.googlecode.lucastody.javatojson.application

├─ com.googlecode.lucastody.javatojson.application.AjaxApplication.class - [JAR]

├─ com.googlecode.lucastody.javatojson.application.AjaxContext.class - [JAR]

com.googlecode.lucastody.javatojson.interceptor

├─ com.googlecode.lucastody.javatojson.interceptor.Interceptor.class - [JAR]

├─ com.googlecode.lucastody.javatojson.interceptor.InterceptorAdaptor.class - [JAR]

com.googlecode.lucastody.javatojson.exception

├─ com.googlecode.lucastody.javatojson.exception.AjaxException.class - [JAR]

├─ com.googlecode.lucastody.javatojson.exception.AjaxInterceptorException.class - [JAR]

├─ com.googlecode.lucastody.javatojson.exception.CallUserMethodException.class - [JAR]

├─ com.googlecode.lucastody.javatojson.exception.ExecuteException.class - [JAR]

├─ com.googlecode.lucastody.javatojson.exception.LoadClassException.class - [JAR]

├─ com.googlecode.lucastody.javatojson.exception.LoadResourceException.class - [JAR]

├─ com.googlecode.lucastody.javatojson.exception.PhaseException.class - [JAR]