jar

com.google.code.validationframework : validationframework-core

Maven & Gradle

Jul 31, 2022
6 usages
9 stars

Validation Framework :: Core

Table Of Contents

Latest Version

Download com.google.code.validationframework : validationframework-core JAR file - Latest Versions:

All Versions

Download com.google.code.validationframework : validationframework-core JAR file - All Versions:

Version Vulnerabilities Size Updated
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.1.x
2.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 validationframework-core-3.4.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.google.code.validationframework.base.dataprovider

├─ com.google.code.validationframework.base.dataprovider.ListCompositeDataProvider.class - [JAR]

├─ com.google.code.validationframework.base.dataprovider.MapCompositeDataProvider.class - [JAR]

├─ com.google.code.validationframework.base.dataprovider.PropertyValueProvider.class - [JAR]

├─ com.google.code.validationframework.base.dataprovider.TransformedDataProvider.class - [JAR]

com.google.code.validationframework.base.rule.bool

├─ com.google.code.validationframework.base.rule.bool.AndBooleanRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.bool.IsFalseRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.bool.IsTrueRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.bool.OrBooleanRule.class - [JAR]

com.google.code.validationframework.api.common

├─ com.google.code.validationframework.api.common.Disposable.class - [JAR]

com.google.code.validationframework.base.validator.generalvalidator

├─ com.google.code.validationframework.base.validator.generalvalidator.GeneralValidator.class - [JAR]

com.google.code.validationframework.base.rule.object

├─ com.google.code.validationframework.base.rule.object.EqualsRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.object.NotNullBooleanRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.object.NullBooleanRule.class - [JAR]

com.google.code.validationframework.api.resulthandler

├─ com.google.code.validationframework.api.resulthandler.ResultHandler.class - [JAR]

com.google.code.validationframework.base.rule.number

├─ com.google.code.validationframework.base.rule.number.NumberEqualToRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.number.NumberGreaterThanOrEqualToRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.number.NumberGreaterThanRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.number.NumberLessThanOrEqualToRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.number.NumberLessThanRule.class - [JAR]

com.google.code.validationframework.base.transform.collection

├─ com.google.code.validationframework.base.transform.collection.CollectionElementTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.collection.GetCollectionSizeTransformer.class - [JAR]

com.google.code.validationframework.base.property.wrap

├─ com.google.code.validationframework.base.property.wrap.NegateBooleanPropertyWrapper.class - [JAR]

├─ com.google.code.validationframework.base.property.wrap.ReadOnlyListPropertyWrapper.class - [JAR]

├─ com.google.code.validationframework.base.property.wrap.ReadOnlyMapPropertyWrapper.class - [JAR]

├─ com.google.code.validationframework.base.property.wrap.ReadOnlyPropertyWrapper.class - [JAR]

├─ com.google.code.validationframework.base.property.wrap.ReadOnlySetPropertyWrapper.class - [JAR]

├─ com.google.code.validationframework.base.property.wrap.WriteOnlyListPropertyWrapper.class - [JAR]

├─ com.google.code.validationframework.base.property.wrap.WriteOnlyMapPropertyWrapper.class - [JAR]

├─ com.google.code.validationframework.base.property.wrap.WriteOnlyPropertyWrapper.class - [JAR]

├─ com.google.code.validationframework.base.property.wrap.WriteOnlySetPropertyWrapper.class - [JAR]

com.google.code.validationframework.base.rule.string

├─ com.google.code.validationframework.base.rule.string.AbstractStringBooleanRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.string.IllegalCharacterBooleanRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.string.IsParsableRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.string.StringLengthEqualToRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.string.StringLengthGreaterThanOrEqualToRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.string.StringLengthGreaterThanRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.string.StringLengthLessThanOrEqualToRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.string.StringLengthLessThanRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.string.StringNotEmptyRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.string.StringRegexRule.class - [JAR]

com.google.code.validationframework.base.transform.map

├─ com.google.code.validationframework.base.transform.map.GetMapKeysTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.map.GetMapSizeTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.map.GetMapValuesTransformer.class - [JAR]

com.google.code.validationframework.base.trigger

├─ com.google.code.validationframework.base.trigger.AbstractTrigger.class - [JAR]

├─ com.google.code.validationframework.base.trigger.CompositeTrigger.class - [JAR]

├─ com.google.code.validationframework.base.trigger.ManualTrigger.class - [JAR]

├─ com.google.code.validationframework.base.trigger.PropertyChangeTrigger.class - [JAR]

├─ com.google.code.validationframework.base.trigger.PropertyValueChangeTrigger.class - [JAR]

com.google.code.validationframework.base.common

├─ com.google.code.validationframework.base.common.ExceptionHandler.class - [JAR]

├─ com.google.code.validationframework.base.common.LogErrorUncheckedExceptionHandler.class - [JAR]

├─ com.google.code.validationframework.base.common.LogWarningUncheckedExceptionHandler.class - [JAR]

├─ com.google.code.validationframework.base.common.RethrowUncheckedExceptionHandler.class - [JAR]

├─ com.google.code.validationframework.base.common.UncheckedExceptionHandler.class - [JAR]

com.google.code.validationframework.base.rule

├─ com.google.code.validationframework.base.rule.AbstractCompositeRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.AggregatorRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.AndCompositeBooleanRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.NegateBooleanRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.OrCompositeBooleanRule.class - [JAR]

├─ com.google.code.validationframework.base.rule.TransformerRule.class - [JAR]

com.google.code.validationframework.api.validator

├─ com.google.code.validationframework.api.validator.MappableValidator.class - [JAR]

├─ com.google.code.validationframework.api.validator.SimpleValidator.class - [JAR]

com.google.code.validationframework.api.transform

├─ com.google.code.validationframework.api.transform.Aggregator.class - [JAR]

├─ com.google.code.validationframework.api.transform.Transformer.class - [JAR]

com.google.code.validationframework.api.property

├─ com.google.code.validationframework.api.property.ListValueChangeListener.class - [JAR]

├─ com.google.code.validationframework.api.property.MapValueChangeListener.class - [JAR]

├─ com.google.code.validationframework.api.property.ReadableListProperty.class - [JAR]

├─ com.google.code.validationframework.api.property.ReadableMapProperty.class - [JAR]

├─ com.google.code.validationframework.api.property.ReadableProperty.class - [JAR]

├─ com.google.code.validationframework.api.property.ReadableSetProperty.class - [JAR]

├─ com.google.code.validationframework.api.property.ReadableWritableListProperty.class - [JAR]

├─ com.google.code.validationframework.api.property.ReadableWritableMapProperty.class - [JAR]

├─ com.google.code.validationframework.api.property.ReadableWritableProperty.class - [JAR]

├─ com.google.code.validationframework.api.property.ReadableWritableSetProperty.class - [JAR]

├─ com.google.code.validationframework.api.property.SetValueChangeListener.class - [JAR]

├─ com.google.code.validationframework.api.property.ValueChangeListener.class - [JAR]

├─ com.google.code.validationframework.api.property.WritableListProperty.class - [JAR]

├─ com.google.code.validationframework.api.property.WritableMapProperty.class - [JAR]

├─ com.google.code.validationframework.api.property.WritableProperty.class - [JAR]

├─ com.google.code.validationframework.api.property.WritableSetProperty.class - [JAR]

com.google.code.validationframework.base.transform.number

├─ com.google.code.validationframework.base.transform.number.NumberEqualToTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.number.NumberGreaterThanOrEqualToTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.number.NumberGreaterThanTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.number.NumberLessThanOrEqualToTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.number.NumberLessThanTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.number.NumberToByteTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.number.NumberToDoubleTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.number.NumberToFloatTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.number.NumberToIntegerTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.number.NumberToLongTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.number.NumberToShortTransformer.class - [JAR]

com.google.code.validationframework.base.utils

├─ com.google.code.validationframework.base.utils.FormatWrapper.class - [JAR]

├─ com.google.code.validationframework.base.utils.ValueUtils.class - [JAR]

com.google.code.validationframework.api.trigger

├─ com.google.code.validationframework.api.trigger.Trigger.class - [JAR]

├─ com.google.code.validationframework.api.trigger.TriggerEvent.class - [JAR]

├─ com.google.code.validationframework.api.trigger.TriggerListener.class - [JAR]

com.google.code.validationframework.base.property

├─ com.google.code.validationframework.base.property.AbstractReadableListProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.AbstractReadableMapProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.AbstractReadableProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.AbstractReadableSetProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.AbstractReadableWritableListProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.AbstractReadableWritableMapProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.AbstractReadableWritableProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.AbstractReadableWritableSetProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.CompositeReadableProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.CompositeWritableProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.PrintStreamValueChangeAdapter.class - [JAR]

├─ com.google.code.validationframework.base.property.ResultHandlerProperty.class - [JAR]

com.google.code.validationframework.base.validator.generalvalidator.dsl

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.ForEachDataProviderContext.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.ForEachRuleContext.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.MultipleDataProviderContext.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.MultipleResultCollectorContext.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.MultipleRuleContext.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.ResultHandlerContext.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.SingleDataProviderContext.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.SingleResultCollectorContext.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.SingleRuleContext.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.TransformedDataProviderContext.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.TransformedRuleContext.class - [JAR]

├─ com.google.code.validationframework.base.validator.generalvalidator.dsl.TriggerContext.class - [JAR]

com.google.code.validationframework.base.binding

├─ com.google.code.validationframework.base.binding.Binder.class - [JAR]

├─ com.google.code.validationframework.base.binding.SimpleBond.class - [JAR]

com.google.code.validationframework.base.transform.string

├─ com.google.code.validationframework.base.transform.string.TrimTransformer.class - [JAR]

com.google.code.validationframework.api.rule

├─ com.google.code.validationframework.api.rule.Rule.class - [JAR]

com.google.code.validationframework.base.resulthandler

├─ com.google.code.validationframework.base.resulthandler.BooleanResultCollector.class - [JAR]

├─ com.google.code.validationframework.base.resulthandler.CompositeResultHandler.class - [JAR]

├─ com.google.code.validationframework.base.resulthandler.PrintStreamResultHandler.class - [JAR]

├─ com.google.code.validationframework.base.resulthandler.PropertyResultHandler.class - [JAR]

├─ com.google.code.validationframework.base.resulthandler.ResultCollector.class - [JAR]

├─ com.google.code.validationframework.base.resulthandler.SimpleResultCollector.class - [JAR]

├─ com.google.code.validationframework.base.resulthandler.TransformedResultHandler.class - [JAR]

com.google.code.validationframework.api.dataprovider

├─ com.google.code.validationframework.api.dataprovider.DataProvider.class - [JAR]

com.google.code.validationframework.base.property.simple

├─ com.google.code.validationframework.base.property.simple.SimpleBooleanProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleByteProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleCharacterProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleDoubleProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleFloatProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleFormatProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleIntegerProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleListProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleLongProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleMapProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleNumberProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleObjectProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleSetProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleShortProperty.class - [JAR]

├─ com.google.code.validationframework.base.property.simple.SimpleStringProperty.class - [JAR]

com.google.code.validationframework.base.transform

├─ com.google.code.validationframework.base.transform.Aggregator.class - [JAR]

├─ com.google.code.validationframework.base.transform.AndBooleanAggregator.class - [JAR]

├─ com.google.code.validationframework.base.transform.CastTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.ChainedTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.CollectionElementTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.ConstantTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.EqualsTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.FormatTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.NegateBooleanTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.NotEqualsTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.OrBooleanAggregator.class - [JAR]

├─ com.google.code.validationframework.base.transform.ParseTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.ToStringTransformer.class - [JAR]

├─ com.google.code.validationframework.base.transform.Transformer.class - [JAR]

com.google.code.validationframework.base.validator

├─ com.google.code.validationframework.base.validator.AbstractMappableValidator.class - [JAR]

├─ com.google.code.validationframework.base.validator.AbstractSimpleValidator.class - [JAR]

├─ com.google.code.validationframework.base.validator.AndSimpleValidator.class - [JAR]

├─ com.google.code.validationframework.base.validator.DefaultMappableValidator.class - [JAR]

├─ com.google.code.validationframework.base.validator.DefaultSimpleValidator.class - [JAR]

├─ com.google.code.validationframework.base.validator.OrSimpleValidator.class - [JAR]

├─ com.google.code.validationframework.base.validator.ResultAggregationValidator.class - [JAR]

├─ com.google.code.validationframework.base.validator.ResultCollectorValidator.class - [JAR]

Advertisement