Interface PropertyEditorRegistrar

All Known Implementing Classes:
ResourceEditorRegistrar

public interface PropertyEditorRegistrar
Interface for strategies that register custom property editors with a property editor registry.

This is particularly useful when you need to use the same set of property editors in several situations: write a corresponding registrar and reuse that in each case.

Since:
1.2.6
Author:
Juergen Hoeller
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Indicate whether this registrar exclusively overrides default editors rather than registering custom editors, intended to be applied lazily.
    void
    Register custom PropertyEditors with the given PropertyEditorRegistry.