Package com.bc.ceres.binding
Class DefaultPropertyDescriptorFactory
- java.lang.Object
-
- com.bc.ceres.binding.DefaultPropertyDescriptorFactory
-
- All Implemented Interfaces:
PropertyDescriptorFactory
public class DefaultPropertyDescriptorFactory extends Object implements PropertyDescriptorFactory
Default implementation for thePropertyDescriptorFactoryinterface.- Since:
- 0.14
-
-
Constructor Summary
Constructors Constructor Description DefaultPropertyDescriptorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyDescriptorcreateValueDescriptor(Field field)Creates a new property descriptor using the field's name and type.
-
-
-
Method Detail
-
createValueDescriptor
public PropertyDescriptor createValueDescriptor(Field field)
Creates a new property descriptor using the field's name and type.- Specified by:
createValueDescriptorin interfacePropertyDescriptorFactory- Parameters:
field- The field.- Returns:
- The new property descriptor. Never
null.
-
-