jar

com.powerupsoftwareengineering.java-immutable-model : java-immutable-model

Maven & Gradle

Apr 24, 2024
0 stars

Java Immutabble Model · Provides a set of classes that allow for the creation of immutable model definitions. It uses the builder pattern to create the immutable objects. It also includes a set of common validators. These are used to ensure that the content of the immutable object builders are valid before constructing the model object. This will ensure that only valid immutable objects are generated reducing the amount of content checking required for the object.

Table Of Contents

Latest Version

Download com.powerupsoftwareengineering.java-immutable-model : java-immutable-model JAR file - Latest Versions:

All Versions

Download com.powerupsoftwareengineering.java-immutable-model : java-immutable-model JAR file - All Versions:

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

com.powerup.java.immutable.model.parameter.validator

├─ com.powerup.java.immutable.model.parameter.validator.HardLengthRestrictionStringParameterValidator.class - [JAR]

├─ com.powerup.java.immutable.model.parameter.validator.ParameterValidator.class - [JAR]

├─ com.powerup.java.immutable.model.parameter.validator.ParameterValidatorAbs.class - [JAR]

├─ com.powerup.java.immutable.model.parameter.validator.SoftLengthRestrictionStringParameterValidator.class - [JAR]

com.powerup.java.immutable.model

├─ com.powerup.java.immutable.model.ModelObject.class - [JAR]

├─ com.powerup.java.immutable.model.ModelObjectAbs.class - [JAR]

com.powerup.java.immutable.model.builder

├─ com.powerup.java.immutable.model.builder.BuilderAbs.class - [JAR]

com.powerup.java.immutable.model.builder.validator

├─ com.powerup.java.immutable.model.builder.validator.BuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.BuilderValidatorAbs.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.ByteGreaterThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.ByteLessThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.CharGreaterThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.CharLessThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.DoubleGreaterThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.DoubleLessThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.FloatGreaterThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.FloatLessThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.IntGreaterThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.IntLessThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.LongGreaterThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.LongLessThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.MandatoryByteBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.MandatoryCharBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.MandatoryCollectionBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.MandatoryDoubleBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.MandatoryFloatBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.MandatoryIntBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.MandatoryLongBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.MandatoryObjectBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.MandatoryShortBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.MandatoryStringBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.ObjectUnsetBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.ShortGreaterThanEqualToBuilderValidator.class - [JAR]

├─ com.powerup.java.immutable.model.builder.validator.ShortLessThanEqualToBuilderValidator.class - [JAR]