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 thePropertyDescriptorFactory
interface.- Since:
- 0.14
-
-
Constructor Summary
Constructors Constructor Description DefaultPropertyDescriptorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyDescriptor
createValueDescriptor(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:
createValueDescriptor
in interfacePropertyDescriptorFactory
- Parameters:
field
- The field.- Returns:
- The new property descriptor. Never
null
.
-
-