Interface DispatchingEntityViewFactory

All Superinterfaces:
EntityViewFactory, com.foreach.across.core.support.ReadableAttributes
All Known Implementing Classes:
DefaultEntityViewFactory

public interface DispatchingEntityViewFactory extends EntityViewFactory
Extension of the default EntityViewFactory interface for implementations that support an EntityViewProcessorRegistry. These factories usually dispatch some or all of their calls to the registered EntityViewProcessors.

The default EntityViewFactoryBuilder implementations support configuration of factories adhering to this interface.

Since:
2.0.0
Author:
Arne Vandamme
See Also:
  • Method Details