Search

Download hibernate-validator-4.1.0.final.jar : hibernate validator « h « Jar File Download






Download hibernate-validator-4.1.0.final.jar

hibernate-validator/hibernate-validator-4.1.0.final.jar.zip( 251 k)

The download jar file contains the following class files or Java source files.

META-INF/MANIFEST.MF
META-INF/maven/com.googlecode.jtype/jtype/pom.properties
META-INF/maven/com.googlecode.jtype/jtype/pom.xml
META-INF/maven/org.hibernate/hibernate-validator/pom.properties
META-INF/maven/org.hibernate/hibernate-validator/pom.xml
META-INF/services/javax.validation.spi.ValidationProvider
META-INF/validation-configuration-1.0.xsd
META-INF/validation-mapping-1.0.xsd
org.hibernate.validator.HibernateValidator.class
org.hibernate.validator.HibernateValidatorConfiguration.class
org.hibernate.validator.cfg.CascadeDef.class
org.hibernate.validator.cfg.ConstraintDef.class
org.hibernate.validator.cfg.ConstraintDefWrapper.class
org.hibernate.validator.cfg.ConstraintMapping.class
org.hibernate.validator.cfg.ConstraintsForType.class
org.hibernate.validator.cfg.defs.AssertFalseDef.class
org.hibernate.validator.cfg.defs.AssertTrueDef.class
org.hibernate.validator.cfg.defs.CreditCardNumberDef.class
org.hibernate.validator.cfg.defs.DecimalMaxDef.class
org.hibernate.validator.cfg.defs.DecimalMinDef.class
org.hibernate.validator.cfg.defs.DigitsDef.class
org.hibernate.validator.cfg.defs.EmailDef.class
org.hibernate.validator.cfg.defs.FutureDef.class
org.hibernate.validator.cfg.defs.GenericConstraintDef.class
org.hibernate.validator.cfg.defs.LengthDef.class
org.hibernate.validator.cfg.defs.MaxDef.class
org.hibernate.validator.cfg.defs.MinDef.class
org.hibernate.validator.cfg.defs.NotBlankDef.class
org.hibernate.validator.cfg.defs.NotEmptyDef.class
org.hibernate.validator.cfg.defs.NotNullDef.class
org.hibernate.validator.cfg.defs.NullDef.class
org.hibernate.validator.cfg.defs.PastDef.class
org.hibernate.validator.cfg.defs.PatternDef.class
org.hibernate.validator.cfg.defs.RangeDef.class
org.hibernate.validator.cfg.defs.ScriptAssertDef.class
org.hibernate.validator.cfg.defs.SizeDef.class
org.hibernate.validator.cfg.defs.URLDef.class
org.hibernate.validator.constraints.CreditCardNumber.class
org.hibernate.validator.constraints.Email.class
org.hibernate.validator.constraints.Length.class
org.hibernate.validator.constraints.NotBlank.class
org.hibernate.validator.constraints.NotEmpty.class
org.hibernate.validator.constraints.Range.class
org.hibernate.validator.constraints.ScriptAssert.class
org.hibernate.validator.constraints.URL.class
org.hibernate.validator.constraints.impl.AssertFalseValidator.class
org.hibernate.validator.constraints.impl.AssertTrueValidator.class
org.hibernate.validator.constraints.impl.CreditCardNumberValidator.class
org.hibernate.validator.constraints.impl.DecimalMaxValidatorForNumber.class
org.hibernate.validator.constraints.impl.DecimalMaxValidatorForString.class
org.hibernate.validator.constraints.impl.DecimalMinValidatorForNumber.class
org.hibernate.validator.constraints.impl.DecimalMinValidatorForString.class
org.hibernate.validator.constraints.impl.DigitsValidatorForNumber.class
org.hibernate.validator.constraints.impl.DigitsValidatorForString.class
org.hibernate.validator.constraints.impl.EmailValidator.class
org.hibernate.validator.constraints.impl.FutureValidatorForCalendar.class
org.hibernate.validator.constraints.impl.FutureValidatorForDate.class
org.hibernate.validator.constraints.impl.LengthValidator.class
org.hibernate.validator.constraints.impl.LuhnValidator.class
org.hibernate.validator.constraints.impl.MaxValidatorForNumber.class
org.hibernate.validator.constraints.impl.MaxValidatorForString.class
org.hibernate.validator.constraints.impl.MinValidatorForNumber.class
org.hibernate.validator.constraints.impl.MinValidatorForString.class
org.hibernate.validator.constraints.impl.NotBlankValidator.class
org.hibernate.validator.constraints.impl.NotNullValidator.class
org.hibernate.validator.constraints.impl.NullValidator.class
org.hibernate.validator.constraints.impl.PastValidatorForCalendar.class
org.hibernate.validator.constraints.impl.PastValidatorForDate.class
org.hibernate.validator.constraints.impl.PatternValidator.class
org.hibernate.validator.constraints.impl.ScriptAssertValidator.class
org.hibernate.validator.constraints.impl.SizeValidatorForArray.class
org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfBoolean.class
org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfByte.class
org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfChar.class
org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfDouble.class
org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfFloat.class
org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfInt.class
org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfLong.class
org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfPrimitives.class
org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfShort.class
org.hibernate.validator.constraints.impl.SizeValidatorForCollection.class
org.hibernate.validator.constraints.impl.SizeValidatorForMap.class
org.hibernate.validator.constraints.impl.SizeValidatorForString.class
org.hibernate.validator.constraints.impl.URLValidator.class
org.hibernate.validator.constraints.impl.scriptassert.ScriptEvaluator.class
org.hibernate.validator.constraints.impl.scriptassert.ScriptEvaluatorFactory.class
org.hibernate.validator.engine.ConfigurationImpl.class
org.hibernate.validator.engine.ConstraintTree.class
org.hibernate.validator.engine.ConstraintValidatorContextImpl.class
org.hibernate.validator.engine.ConstraintValidatorFactoryImpl.class
org.hibernate.validator.engine.ConstraintViolationImpl.class
org.hibernate.validator.engine.MessageAndPath.class
org.hibernate.validator.engine.MessageInterpolatorContext.class
org.hibernate.validator.engine.NodeImpl.class
org.hibernate.validator.engine.PathImpl.class
org.hibernate.validator.engine.ValidationContext.class
org.hibernate.validator.engine.ValidatorContextImpl.class
org.hibernate.validator.engine.ValidatorFactoryImpl.class
org.hibernate.validator.engine.ValidatorImpl.class
org.hibernate.validator.engine.ValueContext.class
org.hibernate.validator.engine.groups.Group.class
org.hibernate.validator.engine.groups.GroupChain.class
org.hibernate.validator.engine.groups.GroupChainGenerator.class
org.hibernate.validator.engine.resolver.DefaultTraversableResolver.class
org.hibernate.validator.engine.resolver.JPATraversableResolver.class
org.hibernate.validator.engine.resolver.SingleThreadCachedTraversableResolver.class
org.hibernate.validator.jtype.ClassSerializer.class
org.hibernate.validator.jtype.ClassSerializers.class
org.hibernate.validator.jtype.ClassUtils.class
org.hibernate.validator.jtype.DefaultGenericArrayType.class
org.hibernate.validator.jtype.DefaultParameterizedType.class
org.hibernate.validator.jtype.DefaultTypeVariable.class
org.hibernate.validator.jtype.DefaultWildcardType.class
org.hibernate.validator.jtype.Generic.class
org.hibernate.validator.jtype.Generics.class
org.hibernate.validator.jtype.TypeUtils.class
org.hibernate.validator.jtype.Types.class
org.hibernate.validator.jtype.Utils.class
org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.class
org.hibernate.validator.metadata.AnnotationIgnores.class
org.hibernate.validator.metadata.BeanDescriptorImpl.class
org.hibernate.validator.metadata.BeanMetaData.class
org.hibernate.validator.metadata.BeanMetaDataCache.class
org.hibernate.validator.metadata.BeanMetaDataImpl.class
org.hibernate.validator.metadata.ConstraintDescriptorImpl.class
org.hibernate.validator.metadata.ConstraintHelper.class
org.hibernate.validator.metadata.ConstraintOrigin.class
org.hibernate.validator.metadata.ElementDescriptorImpl.class
org.hibernate.validator.metadata.MetaConstraint.class
org.hibernate.validator.metadata.PropertyDescriptorImpl.class
org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.class
org.hibernate.validator.resourceloading.CachingResourceBundleLocator.class
org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator.class
org.hibernate.validator.resourceloading.PlatformResourceBundleLocator.class
org.hibernate.validator.resourceloading.ResourceBundleLocator.class
org.hibernate.validator.util.IdentitySet.class
org.hibernate.validator.util.IteratorEnumeration.class
org.hibernate.validator.util.LazyValidatorFactory.class
org.hibernate.validator.util.LoggerFactory.class
org.hibernate.validator.util.ReflectionHelper.class
org.hibernate.validator.util.ValidatorTypeHelper.class
org.hibernate.validator.util.Version.class
org.hibernate.validator.util.annotationfactory.AnnotationDescriptor.class
org.hibernate.validator.util.annotationfactory.AnnotationFactory.class
org.hibernate.validator.util.annotationfactory.AnnotationProxy.class
org.hibernate.validator.util.privilegedactions.ConstructorInstance.class
org.hibernate.validator.util.privilegedactions.GetAnnotationParameter.class
org.hibernate.validator.util.privilegedactions.GetClassLoader.class
org.hibernate.validator.util.privilegedactions.GetConstructor.class
org.hibernate.validator.util.privilegedactions.GetDeclaredField.class
org.hibernate.validator.util.privilegedactions.GetDeclaredFields.class
org.hibernate.validator.util.privilegedactions.GetDeclaredMethods.class
org.hibernate.validator.util.privilegedactions.GetMethod.class
org.hibernate.validator.util.privilegedactions.GetMethodFromPropertyName.class
org.hibernate.validator.util.privilegedactions.GetMethods.class
org.hibernate.validator.util.privilegedactions.LoadClass.class
org.hibernate.validator.util.privilegedactions.NewInstance.class
org.hibernate.validator.util.privilegedactions.SetAccessibility.class
org.hibernate.validator.xml.AnnotationType.class
org.hibernate.validator.xml.BeanType.class
org.hibernate.validator.xml.ClassType.class
org.hibernate.validator.xml.ConstraintDefinitionType.class
org.hibernate.validator.xml.ConstraintMappingsType.class
org.hibernate.validator.xml.ConstraintType.class
org.hibernate.validator.xml.ElementType.class
org.hibernate.validator.xml.FieldType.class
org.hibernate.validator.xml.GetterType.class
org.hibernate.validator.xml.GroupSequenceType.class
org.hibernate.validator.xml.GroupsType.class
org.hibernate.validator.xml.ObjectFactory.class
org.hibernate.validator.xml.PayloadType.class
org.hibernate.validator.xml.PropertyType.class
org.hibernate.validator.xml.ValidatedByType.class
org.hibernate.validator.xml.ValidationBootstrapParameters.class
org.hibernate.validator.xml.ValidationConfigType.class
org.hibernate.validator.xml.ValidationXmlParser.class
org.hibernate.validator.xml.XmlMappingParser.class
org.hibernate.validator.xml.package-info.class
org/hibernate/validator/ValidationMessages.properties
org/hibernate/validator/ValidationMessages_de.properties
org/hibernate/validator/ValidationMessages_en.properties
org/hibernate/validator/ValidationMessages_fr.properties
org/hibernate/validator/ValidationMessages_mn_MN.properties
org/hibernate/validator/ValidationMessages_tr.properties








Related examples in the same category

1.Download hibernate-validator-4.3.1.final-1.0.0-sources.jar
2.Download hibernate-validator-4.3.1.final-1.0.0.jar
3.Download hibernate-validator-4.1.0.cr1-sources.jar
4.Download hibernate-validator-annotation-processor-4.2.0.beta1-sources.jar
5.Download hibernate-validator-annotation-processor-4.2.0.beta1.jar
6.Download hibernate-validator-annotation-processor-4.2.0.beta2-sources.jar
7.Download hibernate-validator-annotation-processor-4.2.0.beta2.jar
8.Download hibernate-validator-annotation-processor-5.0.0.cr1-sources.jar
9.Download hibernate-validator-annotation-processor-5.0.0.cr1.jar
10.Download hibernate-validator-annotation-processor-5.0.0.cr2-sources.jar
11.Download hibernate-validator-annotation-processor-5.0.0.cr2.jar
12.Download hibernate-validator-annotation-processor-5.0.0.cr3-sources.jar
13.Download hibernate-validator-annotation-processor-5.0.0.cr3.jar
14.Download hibernate-validator-annotation-processor-5.0.0.cr4-sources.jar
15.Download hibernate-validator-annotation-processor-5.0.0.cr4.jar
16.Download hibernate-validator-legacy-4.0.0.cr1-sources.jar
17.Download hibernate-validator-legacy-4.0.0.cr1.jar
18.Download hibernate-validator-annotation-processor-4.1.0.cr1-sources.jar
19.Download hibernate-validator-annotation-processor-4.1.0.cr1.jar
20.Download hibernate-validator-5.0.0.cr1-sources.jar
21.Download hibernate-validator-5.0.0.cr1-testing.jar
22.Download hibernate-validator-5.0.0.cr1.jar
23.Download hibernate-validator-5.0.0.cr2-sources.jar
24.Download hibernate-validator-5.0.0.cr2-testing.jar
25.Download hibernate-validator-5.0.0.cr2.jar
26.Download hibernate-validator-5.0.0.cr3-sources.jar
27.Download hibernate-validator-5.0.0.cr3-testing.jar
28.Download hibernate-validator-5.0.0.cr3.jar
29.Download hibernate-validator-5.0.0.cr4-sources.jar
30.Download hibernate-validator-5.0.0.cr4-testing.jar
31.Download hibernate-validator-5.0.0.cr4.jar
32.Download hibernate-validator-5.0.0.cr5-sources.jar
33.Download hibernate-validator-5.0.0.cr5-testing.jar
34.Download hibernate-validator-5.0.0.cr5.jar
35.Download hibernate-validator-quickstart-archetype-4.2.0.beta2.jar
36.Download hibernate-validator-quickstart-archetype-4.3.0.beta1.jar
37.Download hibernate-validator-cdi-5.0.0.final-sources.jar
38.Download hibernate-validator-cdi-5.0.0.final.jar
39.Download hibernate-validator-quickstart-archetype-4.2.0.cr1.jar
40.Download hibernate-validator-4.2.0.cr1-sources.jar
41.Download hibernate-validator-4.2.0.cr1.jar
42.Download hibernate-validator-annotation-processor-5.0.1.final-sources.jar
43.Download hibernate-validator-annotation-processor-5.0.1.final.jar
44.Download hibernate-validator-cdi-5.0.1.final-sources.jar
45.Download hibernate-validator-cdi-5.0.1.final.jar
46.Download hibernate-validator-quickstart-archetype-4.2.0.beta1.jar
47.Download hibernate-validator-quickstart-archetype-4.3.0.cr1.jar
48.Download hibernate-validator-tck-runner-4.0.0.beta1.jar
49.Download hibernate-validator-tck-runner-4.0.0.beta2-sources.jar
50.Download hibernate-validator-tck-runner-4.0.0.beta2.jar
51.Download hibernate-validator-tck-runner-4.0.0.beta3-sources.jar
52.Download hibernate-validator-tck-runner-4.0.0.beta3.jar
53.Download hibernate-validator-tck-runner-4.2.0.beta1-sources.jar
54.Download hibernate-validator-tck-runner-4.2.0.beta1.jar
55.Download hibernate-validator-5.0.1.final.jar
56.Download hibernate-validator-tck-runner-4.0.0.cr1-sources.jar
57.Download hibernate-validator-tck-runner-4.2.0.beta2-sources.jar
58.Download hibernate-validator-tck-runner-4.2.0.beta2.jar
59.Download hibernate-validator-tck-runner-4.2.0.cr1-sources.jar
60.Download hibernate-validator-5.0.1.final-sources.jar
61.Download hibernate-validator-5.0.1.final-testing.jar
62.Download hibernate-validator-tck-runner-4.0.0.cr1.jar
63.Download hibernate-validator-tck-runner-4.2.0.cr1.jar
64.Download hibernate-validator-4.2.0.beta1.jar
65.Download hibernate-validator-4.2.0.beta2.jar
66.Download hibernate-validator-5.0.0.beta1.jar
67.Download hibernate-validator-5.0.0.final.jar
68.Download hibernate-validator-annotation-processor-4.1.0.beta1-sources.jar
69.Download hibernate-validator-annotation-processor-4.1.0.beta1.jar
70.Download hibernate-validator-annotation-processor-4.1.0.beta2-sources.jar
71.Download hibernate-validator-annotation-processor-4.1.0.beta2.jar
72.Download hibernate-validator-annotation-processor-5.0.0.beta1-sources.jar
73.Download hibernate-validator-annotation-processor-5.0.0.beta1.jar
74.Download hibernate-validator-cdi-5.0.0.cr5.jar
75.Download hibernate-validator-tck-runner-4.3.0.beta1-sources.jar
76.Download hibernate-validator-tck-runner-4.3.0.beta1.jar
77.Download hibernate-validator-4.2.0.beta1-sources.jar
78.Download hibernate-validator-4.2.0.beta2-sources.jar
79.Download hibernate-validator-5.0.0.beta1-sources.jar
80.Download hibernate-validator-5.0.0.beta1-testing.jar
81.Download hibernate-validator-5.0.0.final-sources.jar
82.Download hibernate-validator-5.0.0.final-testing.jar
83.Download hibernate-validator-cdi-5.0.0.cr5-sources.jar
84.Download hibernate-validator-4.3.0.cr1-sources.jar
85.Download hibernate-validator-4.3.0.cr1-testing.jar
86.Download hibernate-validator-4.3.0.cr1.jar
87.Download hibernate-validator-annotation-processor-4.3.1.final-sources.jar
88.Download hibernate-validator-quickstart-archetype-4.0.0.beta1.jar
89.Download hibernate-validator-quickstart-archetype-4.0.0.beta2.jar
90.Download hibernate-validator-tck-runner-4.3.0.cr1-sources.jar
91.Download hibernate-validator-tck-runner-4.3.0.cr1.jar
92.Download hibernate-validator-quickstart-archetype-4.0.0.cr1.jar
93.Download hibernate-validator-tck-runner-4.1.0.beta1-sources.jar
94.Download hibernate-validator-tck-runner-4.1.0.beta1.jar
95.Download hibernate-validator-tck-runner-4.1.0.beta2-sources.jar
96.Download hibernate-validator-tck-runner-4.1.0.beta2.jar
97.Download hibernate-validator-tck-runner-4.1.0.cr1-sources.jar
98.Download hibernate-validator-tck-runner-4.1.0.cr1.jar
99.Download hibernate-validator-4.2.0.final.jar
100.Download hibernate-validator-4.3.0.final.jar
101.Download hibernate-validator-4.3.1.final.jar
102.Download hibernate-validator-annotation-processor-4.1.0.final-sources.jar
103.Download hibernate-validator-annotation-processor-4.1.0.final.jar
104.Download hibernate-validator-annotation-processor-4.2.0.final-sources.jar
105.Download hibernate-validator-annotation-processor-4.2.0.final.jar
106.Download hibernate-validator-annotation-processor-4.3.0.final.jar
107.Download hibernate-validator-annotation-processor-4.3.1.final.jar
108.Download hibernate-validator-legacy-3.1.0.ga.jar
109.Download hibernate-validator-legacy-4.0.0.ga-sources.jar
110.Download hibernate-validator-legacy-4.0.0.ga.jar
111.Download hibernate-validator-legacy-4.0.1.ga-sources.jar
112.Download hibernate-validator-legacy-4.0.1.ga.jar
113.Download hibernate-validator-legacy-4.0.2.ga-sources.jar
114.Download hibernate-validator-legacy-4.0.2.ga.jar
115.Download hibernate-validator-legacy.jar
116.Download hibernate-validator-quickstart-archetype-4.0.0.ga.jar
117.Download hibernate-validator-quickstart-archetype-4.0.1.ga.jar
118.Download hibernate-validator-quickstart-archetype-4.0.2.ga.jar
119.Download hibernate-validator-quickstart-archetype-4.2.0.final.jar
120.Download hibernate-validator-quickstart-archetype-4.3.0.final.jar
121.Download hibernate-validator-security-contribs-1.0.0.jar
122.Download hibernate-validator-security-contribs-1.1.0.jar
123.Download hibernate-validator-security-contribs-1.2.0.jar
124.Download hibernate-validator-security-contribs-1.2.1.jar
125.Download hibernate-validator-sources.jar
126.Download hibernate-validator-tck-runner-4.0.0.ga-sources.jar
127.Download hibernate-validator-tck-runner-4.0.1.ga-sources.jar
128.Download hibernate-validator-tck-runner-4.0.2.ga-sources.jar
129.Download hibernate-validator-tck-runner-4.1.0.final-sources.jar
130.Download hibernate-validator-tck-runner-4.1.0.final.jar
131.Download hibernate-validator-tck-runner-4.2.0.final-sources.jar
132.Download hibernate-validator-tck-runner-4.2.0.final.jar
133.Download hibernate-validator-tck-runner-4.3.0.final-sources.jar
134.Download hibernate-validator-tck-runner-4.3.0.final.jar
135.Download hibernate-validator-tck-runner-4.3.1.final-sources.jar
136.Download hibernate-validator-tck-runner-4.3.1.final.jar
137.Download hibernate-validator.jar
138.Download hibernate-validator-4.2.0.final-sources.jar
139.Download hibernate-validator-4.3.0.final-sources.jar
140.Download hibernate-validator-4.3.0.final-testing.jar
141.Download hibernate-validator-4.3.1.final-sources.jar
142.Download hibernate-validator-4.3.1.final-testing.jar
143.Download hibernate-validator-tck-runner-4.0.0.ga.jar
144.Download hibernate-validator-tck-runner-4.0.1.ga.jar
145.Download hibernate-validator-tck-runner-4.0.2.ga.jar
146.Download hibernate-validator-annotation-processor-4.3.0.cr1-sources.jar
147.Download hibernate-validator-annotation-processor-4.3.0.cr1.jar
148.Download hibernate-validator-annotation-processor-4.2.0.cr1-sources.jar
149.Download hibernate-validator-annotation-processor-4.2.0.cr1.jar
150.Download hibernate-validator-4.3.0.beta1.jar
151.Download hibernate-validator-annotation-processor-4.3.0.final-sources.jar
152.Download hibernate-validator-annotation-processor-5.0.0.cr5-sources.jar
153.Download hibernate-validator-annotation-processor-5.0.0.cr5.jar
154.Download hibernate-validator-security-contribs-1.2.0-sources.jar
155.Download hibernate-validator-security-contribs-1.2.1-sources.jar
156.Download hibernate-validator-4.3.0.beta1-sources.jar
157.Download hibernate-validator-4.3.0.beta1-testing.jar
158.Download hibernate-validator-security-contribs-1.1.0-sources.jar
159.Download hibernate-validator-security-contribs-1.0.0-sources.jar
160.Download hibernate-validator-annotation-processor-5.0.0.final-sources.jar
161.Download hibernate-validator-annotation-processor-5.0.0.final.jar
162.Download hibernate-validator-legacy-4.0.0.beta2-sources.jar
163.Download hibernate-validator-legacy-4.0.0.beta3-sources.jar
164.Download hibernate-validator-legacy-4.0.0.beta2.jar
165.Download hibernate-validator-legacy-4.0.0.beta3.jar
166.Download hibernate-validator-annotation-processor-4.3.0.beta1-sources.jar
167.Download hibernate-validator-annotation-processor-4.3.0.beta1.jar