jar

com.frequal.flavour : teavm-flavour-rest

Maven & Gradle

Mar 06, 2024

TeaVM Flavour - REST client · TeaVM Flavour module that generates proxies from JAX-RS annotated interfaces allowing to communicate with JAX-RS-based server code

Table Of Contents

Latest Version

Download com.frequal.flavour : teavm-flavour-rest JAR file - Latest Versions:

All Versions

Download com.frequal.flavour : teavm-flavour-rest JAR file - All Versions:

Version Vulnerabilities Size Updated
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 teavm-flavour-rest-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.teavm.flavour.rest.impl.model

├─ org.teavm.flavour.rest.impl.model.BeanModel.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.BeanRepository.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.JAXRSAnnotations.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.MethodKey.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.MethodModel.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.ParameterModel.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.PropertyModel.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.PropertyValuePath.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.ResourceModel.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.ResourceModelRepository.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.RootValuePath.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.Usage.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.ValuePath.class - [JAR]

├─ org.teavm.flavour.rest.impl.model.ValuePathVisitor.class - [JAR]

org.teavm.flavour.rest.impl

├─ org.teavm.flavour.rest.impl.FactoryEmitter.class - [JAR]

├─ org.teavm.flavour.rest.impl.FactoryTemplate.class - [JAR]

├─ org.teavm.flavour.rest.impl.ProxyTemplate.class - [JAR]

├─ org.teavm.flavour.rest.impl.RequestImpl.class - [JAR]

├─ org.teavm.flavour.rest.impl.ResponseImpl.class - [JAR]

├─ org.teavm.flavour.rest.impl.package-info.class - [JAR]

org.teavm.flavour.rest.processor

├─ org.teavm.flavour.rest.processor.HttpMethod.class - [JAR]

├─ org.teavm.flavour.rest.processor.Request.class - [JAR]

├─ org.teavm.flavour.rest.processor.RequestProcessor.class - [JAR]

├─ org.teavm.flavour.rest.processor.Response.class - [JAR]

├─ org.teavm.flavour.rest.processor.ResponseProcessor.class - [JAR]

org.teavm.flavour.rest

├─ org.teavm.flavour.rest.HttpStatusException.class - [JAR]

├─ org.teavm.flavour.rest.JsonParseException.class - [JAR]

├─ org.teavm.flavour.rest.RESTClient.class - [JAR]

├─ org.teavm.flavour.rest.RESTException.class - [JAR]

├─ org.teavm.flavour.rest.Resource.class - [JAR]

├─ org.teavm.flavour.rest.ResourceFactory.class - [JAR]