Class BeanHelper


  • public final class BeanHelper
    extends Object
    A simple struct for the various values associated with a Bean that can be validated.
    • Field Detail

      • TO_CLAZZ

        public static final com.google.gwt.thirdparty.guava.common.base.Function<BeanHelper,​Class<?>> TO_CLAZZ
    • Method Detail

      • getAssociationType

        public com.google.gwt.core.ext.typeinfo.JClassType getAssociationType​(javax.validation.metadata.PropertyDescriptor ppropertyDescriptor,
                                                                              boolean puseField)
        get association type.
        Parameters:
        ppropertyDescriptor - property description
        puseField - use field
        Returns:
        JClassType
      • getBeanDescriptor

        public javax.validation.metadata.BeanDescriptor getBeanDescriptor()
      • getClazz

        public Class<?> getClazz()
      • getFullyQualifiedValidatorName

        public String getFullyQualifiedValidatorName()
      • getJClass

        public com.google.gwt.core.ext.typeinfo.JClassType getJClass()
      • getPackage

        public String getPackage()
      • getTypeCanonicalName

        public String getTypeCanonicalName()
      • getValidatorInstanceName

        public String getValidatorInstanceName()
      • getValidatorName

        public String getValidatorName()