Class ValidatorFactoryBean

  • All Implemented Interfaces:
    javax.enterprise.context.spi.Contextual<javax.validation.ValidatorFactory>, javax.enterprise.inject.spi.Bean<javax.validation.ValidatorFactory>, javax.enterprise.inject.spi.BeanAttributes<javax.validation.ValidatorFactory>, javax.enterprise.inject.spi.PassivationCapable, org.apache.webbeans.component.OwbBean<javax.validation.ValidatorFactory>

    public class ValidatorFactoryBean
    extends org.apache.webbeans.component.BuiltInOwbBean<javax.validation.ValidatorFactory>
    • Field Summary

      • Fields inherited from class org.apache.webbeans.component.AbstractOwbBean

        enabled, logger, passivatingId, specializedBean, webBeansContext, webBeansType
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidatorFactoryBean​(org.apache.webbeans.config.WebBeansContext webBeansContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isPassivationCapable()  
      Class<?> proxyableType()  
      • Methods inherited from class org.apache.webbeans.component.BuiltInOwbBean

        getProducer
      • Methods inherited from class org.apache.webbeans.component.AbstractOwbBean

        addToStringInfo, create, destroy, equals, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, hashCode, isDependent, isEnabled, isSpecializedBean, providedId, setEnabled, setSpecializedBean, toString
      • Methods inherited from class org.apache.webbeans.component.BeanAttributesImpl

        getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable
      • Methods inherited from interface javax.enterprise.inject.spi.Bean

        isNullable
      • Methods inherited from interface javax.enterprise.inject.spi.BeanAttributes

        getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
    • Constructor Detail

      • ValidatorFactoryBean

        public ValidatorFactoryBean​(org.apache.webbeans.config.WebBeansContext webBeansContext)
    • Method Detail

      • isPassivationCapable

        public boolean isPassivationCapable()
        Specified by:
        isPassivationCapable in interface org.apache.webbeans.component.OwbBean<javax.validation.ValidatorFactory>
        Overrides:
        isPassivationCapable in class org.apache.webbeans.component.AbstractOwbBean<javax.validation.ValidatorFactory>
      • proxyableType

        public Class<?> proxyableType()
        Specified by:
        proxyableType in class org.apache.webbeans.component.BuiltInOwbBean<javax.validation.ValidatorFactory>