What do you mean by "ignition properties"?
Do you want to retrieve:
- All bean properties on the component, in a way you can loop over? Use the static methods on
BeanInfoFactory
- All custom properties on the component, not those that are part of the standard component (check if it's a
DynamicPropertyProvider
) - Or just specific custom properties by name?