Interface PropertyDescriptorFactory

All Known Implementing Classes:
DefaultPropertyDescriptorFactory, ParameterDescriptorFactory

public interface PropertyDescriptorFactory
A factory for property descriptors derived from Java class Fields.
Since:
0.6
  • Method Details

    • createValueDescriptor

      PropertyDescriptor createValueDescriptor(Field field)
      Creates a new property descriptor for the given field.
      Parameters:
      field - The field.
      Returns:
      The property descriptor or null, if it cannot be derived from the given field.