Uses of Interface
org.exolab.castor.xml.TypeValidator

Packages that use TypeValidator
org.exolab.castor.mapping.xml.descriptors   
org.exolab.castor.mapping.xml.types.descriptors   
org.exolab.castor.types The Castor implementation of specific XML Schema Types Version: $Revision: 6213 $ Author: Arnaud Blandin This package contains the implementation of the date/time datatypes defined in W3C XML Schema 1.0 Recommendation. 
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document. 
org.exolab.castor.xml.descriptors   
org.exolab.castor.xml.handlers   
org.exolab.castor.xml.util   
org.exolab.castor.xml.validators   
 

Uses of TypeValidator in org.exolab.castor.mapping.xml.descriptors
 

Classes in org.exolab.castor.mapping.xml.descriptors that implement TypeValidator
 class BindXmlDescriptor
          Class BindXmlDescriptor.
 class CacheTypeMappingDescriptor
          Class CacheTypeMappingDescriptor.
 class ClassChoiceDescriptor
          Class ClassChoiceDescriptor.
 class ClassMappingDescriptor
          Class ClassMappingDescriptor.
 class ContainerDescriptor
          Class ContainerDescriptor.
 class FieldHandlerDefDescriptor
          Class FieldHandlerDefDescriptor.
 class FieldMappingDescriptor
          Class FieldMappingDescriptor.
 class IncludeDescriptor
          Class IncludeDescriptor.
 class KeyGeneratorDefDescriptor
          Class KeyGeneratorDefDescriptor.
 class LdapDescriptor
          Class LdapDescriptor.
 class MappingRootDescriptor
          Class MappingRootDescriptor.
 class MapToDescriptor
          Class MapToDescriptor.
 class NamedNativeQueryDescriptor
          Class NamedNativeQueryDescriptor.
 class NamedQueryDescriptor
          Class NamedQueryDescriptor.
 class ParamDescriptor
          Class ParamDescriptor.
 class PropertyDescriptor
          Class PropertyDescriptor.
 class PropertyTypeDescriptor
          Class PropertyTypeDescriptor.
 class QueryHintDescriptor
          Class QueryHintDescriptor.
 class SqlDescriptor
          Class SqlDescriptor.
 

Methods in org.exolab.castor.mapping.xml.descriptors that return TypeValidator
 TypeValidator SqlDescriptor.getValidator()
          Method getValidator.
 TypeValidator QueryHintDescriptor.getValidator()
          Method getValidator.
 TypeValidator PropertyTypeDescriptor.getValidator()
          Method getValidator.
 TypeValidator PropertyDescriptor.getValidator()
          Method getValidator.
 TypeValidator ParamDescriptor.getValidator()
          Method getValidator.
 TypeValidator NamedQueryDescriptor.getValidator()
          Method getValidator.
 TypeValidator NamedNativeQueryDescriptor.getValidator()
          Method getValidator.
 TypeValidator MapToDescriptor.getValidator()
          Method getValidator.
 TypeValidator MappingRootDescriptor.getValidator()
          Method getValidator.
 TypeValidator LdapDescriptor.getValidator()
          Method getValidator.
 TypeValidator KeyGeneratorDefDescriptor.getValidator()
          Method getValidator.
 TypeValidator IncludeDescriptor.getValidator()
          Method getValidator.
 TypeValidator FieldMappingDescriptor.getValidator()
          Method getValidator.
 TypeValidator FieldHandlerDefDescriptor.getValidator()
          Method getValidator.
 TypeValidator ContainerDescriptor.getValidator()
          Method getValidator.
 TypeValidator ClassMappingDescriptor.getValidator()
          Method getValidator.
 TypeValidator ClassChoiceDescriptor.getValidator()
          Method getValidator.
 TypeValidator CacheTypeMappingDescriptor.getValidator()
          Method getValidator.
 TypeValidator BindXmlDescriptor.getValidator()
          Method getValidator.
 

Uses of TypeValidator in org.exolab.castor.mapping.xml.types.descriptors
 

Classes in org.exolab.castor.mapping.xml.types.descriptors that implement TypeValidator
 class BindXmlAutoNamingTypeDescriptor
          Class BindXmlAutoNamingTypeDescriptor.
 class BindXmlNodeTypeDescriptor
          Class BindXmlNodeTypeDescriptor.
 class ClassMappingAccessTypeDescriptor
          Class ClassMappingAccessTypeDescriptor.
 class FieldMappingCollectionTypeDescriptor
          Class FieldMappingCollectionTypeDescriptor.
 class SqlDirtyTypeDescriptor
          Class SqlDirtyTypeDescriptor.
 

Methods in org.exolab.castor.mapping.xml.types.descriptors that return TypeValidator
 TypeValidator SqlDirtyTypeDescriptor.getValidator()
          Method getValidator.
 TypeValidator FieldMappingCollectionTypeDescriptor.getValidator()
          Method getValidator.
 TypeValidator ClassMappingAccessTypeDescriptor.getValidator()
          Method getValidator.
 TypeValidator BindXmlNodeTypeDescriptor.getValidator()
          Method getValidator.
 TypeValidator BindXmlAutoNamingTypeDescriptor.getValidator()
          Method getValidator.
 

Uses of TypeValidator in org.exolab.castor.types
 

Methods in org.exolab.castor.types that return TypeValidator
 TypeValidator BaseDescriptor.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 

Uses of TypeValidator in org.exolab.castor.xml
 

Classes in org.exolab.castor.xml that implement TypeValidator
 class FieldValidator
          Handles field validation.
 class Validator
          A class which can perform Validation on an Object model.
 

Methods in org.exolab.castor.xml that return TypeValidator
 TypeValidator FieldValidator.getTypeValidator()
          Returns the TypeValidator.
 TypeValidator XMLClassDescriptor.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 

Methods in org.exolab.castor.xml with parameters of type TypeValidator
 void FieldValidator.setValidator(TypeValidator validator)
           
 

Constructors in org.exolab.castor.xml with parameters of type TypeValidator
FieldValidator(TypeValidator validator)
          Creates a new FieldValidator using the given TypeValidator.
 

Uses of TypeValidator in org.exolab.castor.xml.descriptors
 

Classes in org.exolab.castor.xml.descriptors that implement TypeValidator
 class EnumerationDescriptor
          The default class descriptor for Enumerations that are passed in as the root-level class, this is really only useful for marshaling, as Enumerations are immutable.
 

Methods in org.exolab.castor.xml.descriptors that return TypeValidator
 TypeValidator VectorClassDescriptor.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 TypeValidator StringClassDescriptor.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 TypeValidator SQLTimestampClassDescriptor.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 TypeValidator SQLTimeClassDescriptor.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 TypeValidator SQLDateClassDescriptor.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 TypeValidator RootArrayDescriptor.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 TypeValidator LocaleDescriptor.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 TypeValidator ListClassDescriptor.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 TypeValidator DateClassDescriptor.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 

Methods in org.exolab.castor.xml.descriptors with parameters of type TypeValidator
 void VectorClassDescriptor.setValidator(TypeValidator validator)
          Sets the type validator to use to validate an instance of this type.
 void ListClassDescriptor.setValidator(TypeValidator validator)
          Sets the type validator to use for this list.
 

Uses of TypeValidator in org.exolab.castor.xml.handlers
 

Constructors in org.exolab.castor.xml.handlers with parameters of type TypeValidator
CollectionFieldHandler(FieldHandler fieldHandler, TypeValidator validator)
          Creates a new CollectionFieldHandler using the given FieldHandler for delegation and the given type validator for validation.
 

Uses of TypeValidator in org.exolab.castor.xml.util
 

Classes in org.exolab.castor.xml.util that implement TypeValidator
 class XMLClassDescriptorAdapter
          An adapter class which can turn an ordinary ClassDescriptor into an XMLClassDescriptor.
 class XMLClassDescriptorImpl
          The core implementation of XMLClassDescriptor.
 

Methods in org.exolab.castor.xml.util that return TypeValidator
 TypeValidator XMLClassDescriptorImpl.getValidator()
          Returns a specific validator for the class described by this ClassDescriptor.
 

Uses of TypeValidator in org.exolab.castor.xml.validators
 

Subinterfaces of TypeValidator in org.exolab.castor.xml.validators
 interface ClassValidator
          The validation interface used for validating class instances.
 

Classes in org.exolab.castor.xml.validators that implement TypeValidator
 class BigIntegerValidator
          The BigInteger Validation class.
 class BooleanValidator
          The Boolean Validation class.
 class ByteValidator
          The Byte Validation class.
 class DateTimeValidator
          The Date/Time Validation class.
 class DecimalValidator
          The Decimal Validation class.
 class DoubleValidator
          The Double Validation class.
 class DurationValidator
          The Duration Validation class.
 class FloatValidator
          The Float Validation class.
 class IdRefsValidator
          The IDREFS Validation class.
 class IdRefValidator
          The IDREF Validation class.
 class IdValidator
          The ID Validation class.
 class IntegerValidator
          The Integer Validation class.
 class IntValidator
          The Int Validation class.
 class LongValidator
          The Long Validation class.
 class NameValidator
          The Name Validation class.
 class ShortValidator
          The Short Validation class.
 class SimpleTypeValidator
          A class for defining simple rules used for validating a content model.
 class StringValidator
          The String Validation class.
 

Methods in org.exolab.castor.xml.validators with parameters of type TypeValidator
 void SimpleTypeValidator.setValidator(TypeValidator validator)
          Sets the TypeValidator to delegate validation to.
 

Constructors in org.exolab.castor.xml.validators with parameters of type TypeValidator
SimpleTypeValidator(TypeValidator validator)
          Creates a SimpleTypeValidator using the given TypeValidator for delegating validation.
 



Copyright © 2011. All Rights Reserved.