Interface TypeValidator
- All Known Subinterfaces:
ClassValidator
- All Known Implementing Classes:
AutomaticNamingTypeDescriptor,BigIntegerValidator,BindingDescriptor,BindingTypeDescriptor,BindXmlAutoNamingTypeDescriptor,BindXmlDescriptor,BindXmlNodeTypeDescriptor,BooleanValidator,ByteValidator,CacheTypeMappingDescriptor,ClassChoiceDescriptor,ClassMappingAccessTypeDescriptor,ClassMappingDescriptor,ClassTypeDescriptor,ColumnDescriptor,ComponentBindingTypeChoiceDescriptor,ComponentBindingTypeDescriptor,ContainerDescriptor,ContentMemberTypeDescriptor,DateTimeValidator,DecimalValidator,DoubleValidator,DurationValidator,EnumBindingTypeDescriptor,EnumClassNameDescriptor,EnumerationDescriptor,EnumMemberDescriptor,ExcludeDescriptor,ExcludesDescriptor,FieldDescriptor,FieldHandlerDefDescriptor,FieldMappingCollectionTypeDescriptor,FieldMappingDescriptor,FieldTypeCollectionTypeDescriptor,FieldTypeDescriptor,FieldTypeVisibilityTypeDescriptor,FieldValidator,FloatValidator,ForcesDescriptor,IdRefsValidator,IdRefValidator,IdValidator,IncludeDescriptor,IncludeTypeDescriptor,IntegerValidator,InterfaceDescriptor,IntValidator,KeyGeneratorDefDescriptor,LdapDescriptor,LongValidator,ManyToManyDescriptor,MappingRootDescriptor,MapToDescriptor,NamedNativeQueryDescriptor,NamedQueryDescriptor,NameValidator,NamingTypeDescriptor,NamingXMLTypeDescriptor,OneToManyDescriptor,OneToOneDescriptor,PackageTypeChoiceDescriptor,PackageTypeDescriptor,ParamDescriptor,PkTypeDescriptor,PrimaryKeyDescriptor,PropertyDescriptor,PropertyTypeDescriptor,QueryHintDescriptor,ReadonlyDirtyTypeDescriptor,ShortValidator,SimpleTypeValidator,SqlDescriptor,SqlDirtyTypeDescriptor,StringValidator,TableAccessModeTypeDescriptor,TableDescriptor,Validator,VisibilityTypeDescriptor,XMLClassDescriptorAdapter,XMLClassDescriptorImpl
public interface TypeValidator
The basic type validation interface class.
- Version:
- $Revision: 6761 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
- Author:
- Keith Visco
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Object object, ValidationContext context) Validates the given Object.
-
Method Details
-
validate
Validates the given Object.- Parameters:
object- the Object to validatecontext- the ValidationContext- Throws:
ValidationException- if the object fails validation.
-