Class BeanHelper
- java.lang.Object
-
- de.knightsoftnet.validators.rebind.BeanHelper
-
public final class BeanHelper extends Object
A simple struct for the various values associated with a Bean that can be validated.
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.thirdparty.guava.common.base.Function<BeanHelper,Class<?>>TO_CLAZZ
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.core.ext.typeinfo.JClassTypegetAssociationType(javax.validation.metadata.PropertyDescriptor ppropertyDescriptor, boolean puseField)get association type.javax.validation.metadata.BeanDescriptorgetBeanDescriptor()Class<?>getClazz()StringgetFullyQualifiedValidatorName()com.google.gwt.core.ext.typeinfo.JClassTypegetJClass()StringgetPackage()StringgetTypeCanonicalName()StringgetValidatorInstanceName()StringgetValidatorName()StringtoString()
-
-
-
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 descriptionpuseField- 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()
-
-