jar

org.touchbit.retrofit.veslo : core

Maven & Gradle

Mar 17, 2022
5 usages
8 stars

Veslo Core Module · The core implementation of the Retrofit-Veslo library. For more information see the project documentation: https://github.com/touchbit/retrofit-veslo

Table Of Contents

Latest Version

Download org.touchbit.retrofit.veslo : core JAR file - Latest Versions:

All Versions

Download org.touchbit.retrofit.veslo : core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.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 core-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

veslo.util

├─ veslo.util.CaseUtils.class - [JAR]

├─ veslo.util.ConvertUtils.class - [JAR]

├─ veslo.util.ExceptionBuilder.class - [JAR]

├─ veslo.util.ExcludeFromJacocoGeneratedReport.class - [JAR]

├─ veslo.util.OkhttpUtils.class - [JAR]

├─ veslo.util.ReflectUtils.class - [JAR]

├─ veslo.util.ThrowableRunnable.class - [JAR]

├─ veslo.util.ThrowableSupplier.class - [JAR]

├─ veslo.util.TripleConsumer.class - [JAR]

├─ veslo.util.Utils.class - [JAR]

veslo.example.dto

├─ veslo.example.dto.DTO.class - [JAR]

├─ veslo.example.dto.ErrDTO.class - [JAR]

├─ veslo.example.dto.SucDTO.class - [JAR]

veslo.asserter

├─ veslo.asserter.AssertionMatcher.class - [JAR]

├─ veslo.asserter.HeadersAsserter.class - [JAR]

├─ veslo.asserter.IHeadersAsserter.class - [JAR]

├─ veslo.asserter.IResponseAsserter.class - [JAR]

├─ veslo.asserter.ResponseAsserter.class - [JAR]

├─ veslo.asserter.SoftlyAsserter.class - [JAR]

veslo.client.response

├─ veslo.client.response.BaseDualResponse.class - [JAR]

├─ veslo.client.response.DualResponse.class - [JAR]

├─ veslo.client.response.IDualResponse.class - [JAR]

veslo.client.converter.api

├─ veslo.client.converter.api.Converters.class - [JAR]

├─ veslo.client.converter.api.ExtensionConverter.class - [JAR]

├─ veslo.client.converter.api.RequestConverter.class - [JAR]

├─ veslo.client.converter.api.ResponseConverter.class - [JAR]

veslo

├─ veslo.BriefAssertionError.class - [JAR]

├─ veslo.ContractViolationException.class - [JAR]

├─ veslo.ConvertCallException.class - [JAR]

├─ veslo.ConverterNotFoundException.class - [JAR]

├─ veslo.ConverterUnsupportedTypeException.class - [JAR]

├─ veslo.HttpCallException.class - [JAR]

├─ veslo.PrimitiveConvertCallException.class - [JAR]

├─ veslo.ReflectionException.class - [JAR]

├─ veslo.RuntimeIOException.class - [JAR]

├─ veslo.TemplateException.class - [JAR]

├─ veslo.UtilityClassException.class - [JAR]

veslo.client.model

├─ veslo.client.model.RawBody.class - [JAR]

├─ veslo.client.model.ResourceFile.class - [JAR]

veslo.constant

├─ veslo.constant.ParameterNameConstants.class - [JAR]

├─ veslo.constant.SonarRuleConstants.class - [JAR]

veslo.client.converter

├─ veslo.client.converter.ExtensionConverterFactory.class - [JAR]

veslo.client.inteceptor

├─ veslo.client.inteceptor.CompositeInterceptor.class - [JAR]

├─ veslo.client.inteceptor.CookieAction.class - [JAR]

├─ veslo.client.inteceptor.InterceptAction.class - [JAR]

├─ veslo.client.inteceptor.LoggingAction.class - [JAR]

├─ veslo.client.inteceptor.RequestInterceptAction.class - [JAR]

├─ veslo.client.inteceptor.ResponseInterceptAction.class - [JAR]

veslo.client.adapter

├─ veslo.client.adapter.IDualResponseConsumer.class - [JAR]

├─ veslo.client.adapter.JavaTypeCallAdapterFactory.class - [JAR]

├─ veslo.client.adapter.UniversalCallAdapterFactory.class - [JAR]

veslo.client.converter.defaults

├─ veslo.client.converter.defaults.BaseAggregatedConverter.class - [JAR]

├─ veslo.client.converter.defaults.JavaPrimitiveTypeConverter.class - [JAR]

├─ veslo.client.converter.defaults.JavaReferenceTypeConverter.class - [JAR]

├─ veslo.client.converter.defaults.RawBodyTypeConverter.class - [JAR]

veslo.example

├─ veslo.example.ExampleApiClientAssertions.class - [JAR]

├─ veslo.example.ExampleClient.class - [JAR]

veslo.bean.template

├─ veslo.bean.template.TemplateMapper.class - [JAR]

├─ veslo.bean.template.TemplateReplaceAll.class - [JAR]

├─ veslo.bean.template.TemplateSource.class - [JAR]

├─ veslo.bean.template.TemplateSourceType.class - [JAR]

veslo.client.request

├─ veslo.client.request.FormUrlQueryData.class - [JAR]

├─ veslo.client.request.QueryMapParameter.class - [JAR]

├─ veslo.client.request.QueryMapParameterRules.class - [JAR]

├─ veslo.client.request.QueryParameterCaseRule.class - [JAR]

├─ veslo.client.request.QueryParameterNullValueRule.class - [JAR]

├─ veslo.client.request.ReflectQueryMap.class - [JAR]

veslo.client.header

├─ veslo.client.header.ContentType.class - [JAR]

├─ veslo.client.header.ContentTypeConstants.class - [JAR]

├─ veslo.client.header.HeaderKey.class - [JAR]

├─ veslo.client.header.ReflectHeaders.class - [JAR]

veslo.client.converter.typed

├─ veslo.client.converter.typed.BooleanConverter.class - [JAR]

├─ veslo.client.converter.typed.ByteArrayConverter.class - [JAR]

├─ veslo.client.converter.typed.ByteConverter.class - [JAR]

├─ veslo.client.converter.typed.CharacterConverter.class - [JAR]

├─ veslo.client.converter.typed.DoubleConverter.class - [JAR]

├─ veslo.client.converter.typed.FileConverter.class - [JAR]

├─ veslo.client.converter.typed.FloatConverter.class - [JAR]

├─ veslo.client.converter.typed.IntegerConverter.class - [JAR]

├─ veslo.client.converter.typed.LongConverter.class - [JAR]

├─ veslo.client.converter.typed.RawBodyConverter.class - [JAR]

├─ veslo.client.converter.typed.ResourceFileConverter.class - [JAR]

├─ veslo.client.converter.typed.ShortConverter.class - [JAR]

├─ veslo.client.converter.typed.StringConverter.class - [JAR]

veslo.client

├─ veslo.client.EndpointInfo.class - [JAR]

├─ veslo.client.TestClient.class - [JAR]

├─ veslo.client.TransportEvent.class - [JAR]

├─ veslo.client.TrustSocketHelper.class - [JAR]

veslo.client.converter.annotated

├─ veslo.client.converter.annotated.FormUrlEncodedConverter.class - [JAR]

├─ veslo.client.converter.annotated.TemplateSourceConverter.class - [JAR]

Advertisement