Package com.bc.ceres.binding
Class DefaultPropertyDescriptorFactory
java.lang.Object
com.bc.ceres.binding.DefaultPropertyDescriptorFactory
- All Implemented Interfaces:
PropertyDescriptorFactory
Default implementation for the
PropertyDescriptorFactory interface.- Since:
- 0.14
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateValueDescriptor(Field field) Creates a new property descriptor using the field's name and type.
-
Constructor Details
-
DefaultPropertyDescriptorFactory
public DefaultPropertyDescriptorFactory()
-
-
Method Details
-
createValueDescriptor
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.
-