jar

io.github.amayaframework : core-api

Maven & Gradle

Apr 10, 2022
3 usages
0 stars

core-api · The basis of the amaya framework is the one on which various implementations can be built.

Table Of Contents

Latest Version

Download io.github.amayaframework : core-api JAR file - Latest Versions:

All Versions

Download io.github.amayaframework : core-api JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.2.x
2.1.x
2.0.x
1.5.x
1.4.x
1.3.x
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-api-3.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.amayaframework.core.configurators

├─ io.github.amayaframework.core.configurators.Access.class - [JAR]

├─ io.github.amayaframework.core.configurators.AccessPolicy.class - [JAR]

├─ io.github.amayaframework.core.configurators.ActionFabric.class - [JAR]

├─ io.github.amayaframework.core.configurators.AmayaConfigurator.class - [JAR]

├─ io.github.amayaframework.core.configurators.Configurator.class - [JAR]

├─ io.github.amayaframework.core.configurators.ConfiguratorWrapper.class - [JAR]

├─ io.github.amayaframework.core.configurators.Insert.class - [JAR]

├─ io.github.amayaframework.core.configurators.InsertPolicy.class - [JAR]

├─ io.github.amayaframework.core.configurators.PackStrategy.class - [JAR]

├─ io.github.amayaframework.core.configurators.PlainStrategy.class - [JAR]

├─ io.github.amayaframework.core.configurators.UncloseStrategy.class - [JAR]

io.github.amayaframework.core.scanners

├─ io.github.amayaframework.core.scanners.AnnotationScanner.class - [JAR]

├─ io.github.amayaframework.core.scanners.ControllerScanner.class - [JAR]

├─ io.github.amayaframework.core.scanners.FilterScanner.class - [JAR]

├─ io.github.amayaframework.core.scanners.RouteScanner.class - [JAR]

├─ io.github.amayaframework.core.scanners.Scanner.class - [JAR]

io.github.amayaframework.core.routers

├─ io.github.amayaframework.core.routers.BaseRouter.class - [JAR]

├─ io.github.amayaframework.core.routers.MethodRouter.class - [JAR]

├─ io.github.amayaframework.core.routers.RegexpRouter.class - [JAR]

├─ io.github.amayaframework.core.routers.Router.class - [JAR]

io.github.amayaframework.core.contexts

├─ io.github.amayaframework.core.contexts.AbstractHttpRequest.class - [JAR]

├─ io.github.amayaframework.core.contexts.AbstractHttpTransaction.class - [JAR]

├─ io.github.amayaframework.core.contexts.ContentType.class - [JAR]

├─ io.github.amayaframework.core.contexts.HttpRequest.class - [JAR]

├─ io.github.amayaframework.core.contexts.HttpResponse.class - [JAR]

├─ io.github.amayaframework.core.contexts.HttpResponseImpl.class - [JAR]

├─ io.github.amayaframework.core.contexts.HttpTransaction.class - [JAR]

├─ io.github.amayaframework.core.contexts.Responses.class - [JAR]

├─ io.github.amayaframework.core.contexts.StreamHandler.class - [JAR]

io.github.amayaframework.core.controllers

├─ io.github.amayaframework.core.controllers.Controller.class - [JAR]

├─ io.github.amayaframework.core.controllers.Endpoint.class - [JAR]

├─ io.github.amayaframework.core.controllers.HttpController.class - [JAR]

io.github.amayaframework.core.util

├─ io.github.amayaframework.core.util.Attachable.class - [JAR]

├─ io.github.amayaframework.core.util.DuplicateException.class - [JAR]

├─ io.github.amayaframework.core.util.DuplicateParameterException.class - [JAR]

├─ io.github.amayaframework.core.util.IOUtil.class - [JAR]

├─ io.github.amayaframework.core.util.InvalidFormatException.class - [JAR]

├─ io.github.amayaframework.core.util.InvalidRouteFormatException.class - [JAR]

├─ io.github.amayaframework.core.util.ParseUtil.class - [JAR]

├─ io.github.amayaframework.core.util.ReflectUtil.class - [JAR]

├─ io.github.amayaframework.core.util.Variable.class - [JAR]

io.github.amayaframework.core.filters

├─ io.github.amayaframework.core.filters.CookieFilter.class - [JAR]

├─ io.github.amayaframework.core.filters.MapListFilter.class - [JAR]

├─ io.github.amayaframework.core.filters.PathFilter.class - [JAR]

├─ io.github.amayaframework.core.filters.Position.class - [JAR]

io.github.amayaframework.core.methods

├─ io.github.amayaframework.core.methods.Delete.class - [JAR]

├─ io.github.amayaframework.core.methods.Get.class - [JAR]

├─ io.github.amayaframework.core.methods.Head.class - [JAR]

├─ io.github.amayaframework.core.methods.HttpMethod.class - [JAR]

├─ io.github.amayaframework.core.methods.Options.class - [JAR]

├─ io.github.amayaframework.core.methods.Patch.class - [JAR]

├─ io.github.amayaframework.core.methods.Post.class - [JAR]

├─ io.github.amayaframework.core.methods.Put.class - [JAR]

io.github.amayaframework.core

├─ io.github.amayaframework.core.AbstractBuilder.class - [JAR]

io.github.amayaframework.core.actions

├─ io.github.amayaframework.core.actions.InputStage.class - [JAR]

├─ io.github.amayaframework.core.actions.InvokeControllerAction.class - [JAR]

├─ io.github.amayaframework.core.actions.OutputStage.class - [JAR]

├─ io.github.amayaframework.core.actions.ParseRequestBodyAction.class - [JAR]

io.github.amayaframework.core.handlers

├─ io.github.amayaframework.core.handlers.AbstractIOHandler.class - [JAR]

├─ io.github.amayaframework.core.handlers.IOHandler.class - [JAR]

├─ io.github.amayaframework.core.handlers.PipelineHandler.class - [JAR]

├─ io.github.amayaframework.core.handlers.Session.class - [JAR]

io.github.amayaframework.core.actions.debug

├─ io.github.amayaframework.core.actions.debug.DebugStage.class - [JAR]

├─ io.github.amayaframework.core.actions.debug.RequestDebugAction.class - [JAR]

├─ io.github.amayaframework.core.actions.debug.ResponseDebugAction.class - [JAR]

├─ io.github.amayaframework.core.actions.debug.RouteDebugAction.class - [JAR]

io.github.amayaframework.core.pipeline

├─ io.github.amayaframework.core.pipeline.AbstractRequestData.class - [JAR]

├─ io.github.amayaframework.core.pipeline.InputAction.class - [JAR]

├─ io.github.amayaframework.core.pipeline.NamedPipeline.class - [JAR]

├─ io.github.amayaframework.core.pipeline.PipelineAction.class - [JAR]

├─ io.github.amayaframework.core.pipeline.RequestData.class - [JAR]

├─ io.github.amayaframework.core.pipeline.ResponseData.class - [JAR]

io.github.amayaframework.core.wrapping

├─ io.github.amayaframework.core.wrapping.AbstractPacker.class - [JAR]

├─ io.github.amayaframework.core.wrapping.BasePacker.class - [JAR]

├─ io.github.amayaframework.core.wrapping.Body.class - [JAR]

├─ io.github.amayaframework.core.wrapping.Content.class - [JAR]

├─ io.github.amayaframework.core.wrapping.Cookie.class - [JAR]

├─ io.github.amayaframework.core.wrapping.InjectPacker.class - [JAR]

├─ io.github.amayaframework.core.wrapping.MethodWrapper.class - [JAR]

├─ io.github.amayaframework.core.wrapping.NamedAnnotation.class - [JAR]

├─ io.github.amayaframework.core.wrapping.Packer.class - [JAR]

├─ io.github.amayaframework.core.wrapping.Path.class - [JAR]

├─ io.github.amayaframework.core.wrapping.Query.class - [JAR]

├─ io.github.amayaframework.core.wrapping.Viewable.class - [JAR]

io.github.amayaframework.core.routes

├─ io.github.amayaframework.core.routes.MethodRoute.class - [JAR]

├─ io.github.amayaframework.core.routes.Route.class - [JAR]

io.github.amayaframework.core.config

├─ io.github.amayaframework.core.config.AmayaConfig.class - [JAR]

├─ io.github.amayaframework.core.config.ConfigProvider.class - [JAR]

├─ io.github.amayaframework.core.config.Field.class - [JAR]

Advertisement

Dependencies from Group

Jan 27, 2022
5 usages
Jan 30, 2022
3 usages
2 stars
Apr 10, 2022
3 usages
0 stars
Jan 27, 2022
1 usages
0 stars
Mar 04, 2022
0 stars

Discover Dependencies

Jun 28, 2023
13 stars
Jun 28, 2023
13 stars
Aug 24, 2023
1 usages
5 stars
Jan 31, 2022
2 usages
2.9k stars
Jul 10, 2022
43 stars
Jun 26, 2023
0 stars
Jan 31, 2022
0 stars