jar

top.lingkang : final-validator

Maven & Gradle

Jan 28, 2024

final-validator · final-validator 是一个JavaBean元数据校验模型和方法验证,能够自定义注解来扩展校验范围。

Table Of Contents

Latest Version

Download top.lingkang : final-validator JAR file - Latest Versions:

All Versions

Download top.lingkang : final-validator JAR file - All Versions:

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

top.lingkang.finalvalidated.utils

├─ top.lingkang.finalvalidated.utils.FinalValidatorUtils.class - [JAR]

top.lingkang.finalvalidated.error

├─ top.lingkang.finalvalidated.error.CheckException.class - [JAR]

├─ top.lingkang.finalvalidated.error.ValidatedException.class - [JAR]

top.lingkang.finalvalidated.handle

├─ top.lingkang.finalvalidated.handle.AssertFalseHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.AssertTrueHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.CustomValidHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.EmailHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.LengthHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.MaxHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.MinHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.NotBlankHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.NotEmptyHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.NotNullHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.NullHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.PatternHandle.class - [JAR]

├─ top.lingkang.finalvalidated.handle.ValidHandle.class - [JAR]

top.lingkang.finalvalidated.constraints

├─ top.lingkang.finalvalidated.constraints.AssertFalse.class - [JAR]

├─ top.lingkang.finalvalidated.constraints.AssertTrue.class - [JAR]

├─ top.lingkang.finalvalidated.constraints.Email.class - [JAR]

├─ top.lingkang.finalvalidated.constraints.Length.class - [JAR]

├─ top.lingkang.finalvalidated.constraints.Max.class - [JAR]

├─ top.lingkang.finalvalidated.constraints.Min.class - [JAR]

├─ top.lingkang.finalvalidated.constraints.NotBlank.class - [JAR]

├─ top.lingkang.finalvalidated.constraints.NotEmpty.class - [JAR]

├─ top.lingkang.finalvalidated.constraints.NotNull.class - [JAR]

├─ top.lingkang.finalvalidated.constraints.Null.class - [JAR]

├─ top.lingkang.finalvalidated.constraints.Pattern.class - [JAR]

top.lingkang.finalvalidated.core

├─ top.lingkang.finalvalidated.core.CheckObject.class - [JAR]

├─ top.lingkang.finalvalidated.core.CustomValidator.class - [JAR]

├─ top.lingkang.finalvalidated.core.FinalValidator.class - [JAR]

├─ top.lingkang.finalvalidated.core.FinalValidatorConfig.class - [JAR]

├─ top.lingkang.finalvalidated.core.FinalValidatorFactory.class - [JAR]

├─ top.lingkang.finalvalidated.core.ParamAttribute.class - [JAR]

├─ top.lingkang.finalvalidated.core.ValidObject.class - [JAR]