Skip to content

Envali is a Java-based framework that provides an intuitive and productive way to validate Entity's field elements by powerful annotations!

License

Notifications You must be signed in to change notification settings

myConsciousness/entity-validator

Repository files navigation

Build Latest Version License
Java CI with Gradle

Envali: Entity Validator

Table of Contents

What is it?

Provides intuitive and productive Entity validation capabilities!

Envali is a Java-based framework that provides an intuitive and productive way to validate Entity's field elements.
Validation items can be configured by adding annotations to the target field in AOP.

Benefits

  • Intuitive addition of validation annotations
  • Easy to manage validation items per Entity
  • Safe execution of the validation by the framework
  • Improve source code maintainability by centralizing the validation

How To Use

1. Add the dependencies

Note:
Replace version you want to use. Check the latest Packages.
Please contact me for a token to download the package.

Maven

<dependency>
  <groupId>org.thinkit.framework.envali</groupId>
  <artifactId>entity-validator</artifactId>
  <version>v1.0.4</version>
</dependency>

<servers>
  <server>
    <id>github</id>
    <username>myConsciousness</username>
    <password>xxxxxxxxxxxxxxxxxx</password>
  </server>
</servers>

Gradle

repositories {
    maven {
        name = "GitHubPackages"
        url = uri("https://maven.pkg.github.com/myConsciousness/entity-validator")
        credentials {
          username = "myConsciousness"
          password = "xxxxxxxxxxxxxxxxxx"
        }
    }
}

dependencies {
    implementation 'org.thinkit.framework.envali:entity-validator:v1.0.4'
}

License

Copyright 2020 Kato Shinya.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing permissions and limitations under
the License.

More Information

Envali: Entity Validator was designed and implemented by Kato Shinya, who works as a freelance developer.

Regardless of the means or content of communication, I would love to hear from you if you have any questions or concerns. I do not check my email box very often so a response may be delayed, anyway thank you for your interest!