jar

io.github.dayeshing : apiface-core

Maven & Gradle

Mar 11, 2023
1 usages
18 stars
Table Of Contents

Latest Version

Download io.github.dayeshing : apiface-core JAR file - Latest Versions:

All Versions

Download io.github.dayeshing : apiface-core JAR file - All Versions:

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

io.github.dayeshing.apiface.serializer

├─ io.github.dayeshing.apiface.serializer.ClassMarkSerializer.class - [JAR]

├─ io.github.dayeshing.apiface.serializer.FieldMarkSerializer.class - [JAR]

├─ io.github.dayeshing.apiface.serializer.GeneralTagSerializer.class - [JAR]

├─ io.github.dayeshing.apiface.serializer.MarkSerializer.class - [JAR]

├─ io.github.dayeshing.apiface.serializer.MethodMarkSerializer.class - [JAR]

├─ io.github.dayeshing.apiface.serializer.ParamMarkSerializer.class - [JAR]

io.github.dayeshing.apiface.core.swagger.v2

├─ io.github.dayeshing.apiface.core.swagger.v2.Definition.class - [JAR]

├─ io.github.dayeshing.apiface.core.swagger.v2.JsonApi.class - [JAR]

├─ io.github.dayeshing.apiface.core.swagger.v2.Parameter.class - [JAR]

├─ io.github.dayeshing.apiface.core.swagger.v2.Path.class - [JAR]

├─ io.github.dayeshing.apiface.core.swagger.v2.Propertie.class - [JAR]

├─ io.github.dayeshing.apiface.core.swagger.v2.Response.class - [JAR]

├─ io.github.dayeshing.apiface.core.swagger.v2.Status.class - [JAR]

├─ io.github.dayeshing.apiface.core.swagger.v2.Swagger2.class - [JAR]

├─ io.github.dayeshing.apiface.core.swagger.v2.Tag.class - [JAR]

io.github.dayeshing.apiface.core.comment.impl

├─ io.github.dayeshing.apiface.core.comment.impl.ClassMark.class - [JAR]

├─ io.github.dayeshing.apiface.core.comment.impl.FieldMark.class - [JAR]

├─ io.github.dayeshing.apiface.core.comment.impl.MethodMark.class - [JAR]

├─ io.github.dayeshing.apiface.core.comment.impl.ParamMark.class - [JAR]

io.github.dayeshing.apiface.core.api.meta

├─ io.github.dayeshing.apiface.core.api.meta.Action.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.meta.ActionGroup.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.meta.Anno.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.meta.Api.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.meta.Author.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.meta.Field.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.meta.FieldGroup.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.meta.Meta.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.meta.Param.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.meta.Return.class - [JAR]

io.github.dayeshing.apiface.core.resolver.tag

├─ io.github.dayeshing.apiface.core.resolver.tag.AuthorResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.tag.GroupResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.tag.MethodGroupResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.tag.ParamResoler.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.tag.ReturnResolver.class - [JAR]

io.github.dayeshing.apiface.core.resolver

├─ io.github.dayeshing.apiface.core.resolver.AbstractAnnotationResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.AbstractResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.AnnotationResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.FileResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.Resolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.TagResolver.class - [JAR]

io.github.dayeshing.apiface.core.comment

├─ io.github.dayeshing.apiface.core.comment.Mark.class - [JAR]

io.github.dayeshing.apiface.core.enums

├─ io.github.dayeshing.apiface.core.enums.AnnotationSupportEnum.class - [JAR]

├─ io.github.dayeshing.apiface.core.enums.MarkEnum.class - [JAR]

├─ io.github.dayeshing.apiface.core.enums.ParamEnum.class - [JAR]

├─ io.github.dayeshing.apiface.core.enums.RequestMethod.class - [JAR]

├─ io.github.dayeshing.apiface.core.enums.TagEnum.class - [JAR]

├─ io.github.dayeshing.apiface.core.enums.VariableEnum.class - [JAR]

io.github.dayeshing.apiface.conver

├─ io.github.dayeshing.apiface.conver.ToBean.class - [JAR]

├─ io.github.dayeshing.apiface.conver.ToBuf.class - [JAR]

io.github.dayeshing.apiface.core.api.v2

├─ io.github.dayeshing.apiface.core.api.v2.SpringMvcSupportHelper.class - [JAR]

io.github.dayeshing.apiface.core.api

├─ io.github.dayeshing.apiface.core.api.ApiRule.class - [JAR]

io.github.dayeshing.apiface.core.api.resolver

├─ io.github.dayeshing.apiface.core.api.resolver.ApiResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.resolver.ApiResolverImpl.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.resolver.ApiTransform.class - [JAR]

├─ io.github.dayeshing.apiface.core.api.resolver.GetFieldGroupResolver.class - [JAR]

io.github.dayeshing.apiface.core.rule

├─ io.github.dayeshing.apiface.core.rule.Rule.class - [JAR]

io.github.dayeshing.apiface.core.bean

├─ io.github.dayeshing.apiface.core.bean.Annotation.class - [JAR]

├─ io.github.dayeshing.apiface.core.bean.Comment.class - [JAR]

├─ io.github.dayeshing.apiface.core.bean.DocTag.class - [JAR]

├─ io.github.dayeshing.apiface.core.bean.GroupTag.class - [JAR]

io.github.dayeshing.apiface.core.resolver.impl

├─ io.github.dayeshing.apiface.core.resolver.impl.ClassResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.impl.CommentResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.impl.FieldResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.impl.MethodResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.impl.ResolverImpl.class - [JAR]

├─ io.github.dayeshing.apiface.core.resolver.impl.VariableResolver.class - [JAR]

io.github.dayeshing.apiface.core.comment.tag

├─ io.github.dayeshing.apiface.core.comment.tag.GeneralTag.class - [JAR]

io.github.dayeshing.apiface.core.support.spring.resolver

├─ io.github.dayeshing.apiface.core.support.spring.resolver.BaseElementResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.support.spring.resolver.ControllerResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.support.spring.resolver.MatrixVariableResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.support.spring.resolver.ModelAttributeResolver.class - [JAR]

├─ io.github.dayeshing.apiface.core.support.spring.resolver.RequestMappingResolver.class - [JAR]

io.github.dayeshing.apiface.core.util

├─ io.github.dayeshing.apiface.core.util.CommentUtil.class - [JAR]

├─ io.github.dayeshing.apiface.core.util.GZIPUtil.class - [JAR]

├─ io.github.dayeshing.apiface.core.util.ImportUtil.class - [JAR]

├─ io.github.dayeshing.apiface.core.util.ObjectUtil.class - [JAR]

├─ io.github.dayeshing.apiface.core.util.ScanUtil.class - [JAR]

├─ io.github.dayeshing.apiface.core.util.VariableUtil.class - [JAR]

io.github.dayeshing.apiface.core.exception

├─ io.github.dayeshing.apiface.core.exception.ApiException.class - [JAR]

io.github.dayeshing.apiface.core.support.spring

├─ io.github.dayeshing.apiface.core.support.spring.BaseElement.class - [JAR]

├─ io.github.dayeshing.apiface.core.support.spring.CrossOrigin.class - [JAR]

├─ io.github.dayeshing.apiface.core.support.spring.MatrixVariable.class - [JAR]

├─ io.github.dayeshing.apiface.core.support.spring.ModelAttribute.class - [JAR]

├─ io.github.dayeshing.apiface.core.support.spring.RequestMapping.class - [JAR]

├─ io.github.dayeshing.apiface.core.support.spring.ResponseStatus.class - [JAR]

├─ io.github.dayeshing.apiface.core.support.spring.RestController.class - [JAR]

Advertisement