Uses of Class
de.knightsoftnet.validators.client.impl.PropertyDescriptorImpl
-
Packages that use PropertyDescriptorImpl Package Description de.knightsoftnet.validators.client.impl -
-
Uses of PropertyDescriptorImpl in de.knightsoftnet.validators.client.impl
Methods in de.knightsoftnet.validators.client.impl that return PropertyDescriptorImpl Modifier and Type Method Description PropertyDescriptorImplPropertyDescriptorImpl. shallowCopy()create a copy of this instance and return it.Methods in de.knightsoftnet.validators.client.impl with parameters of type PropertyDescriptorImpl Modifier and Type Method Description GwtBeanDescriptorImpl.Builder<T>GwtBeanDescriptorImpl.Builder. put(String key, PropertyDescriptorImpl value)Constructor parameters in de.knightsoftnet.validators.client.impl with type arguments of type PropertyDescriptorImpl Constructor Description GwtBeanDescriptorImpl(Class<T> clazz, boolean isConstrained, Map<String,PropertyDescriptorImpl> descriptorMap, BeanMetadata beanMetadata, Set<ConstraintDescriptorImpl<?>> constraints)
-