Package org.jboss.weld.util.collections
Interface ViewProvider<SOURCE,VIEW>
-
- Type Parameters:
SOURCE-VIEW-
public interface ViewProvider<SOURCE,VIEW>Provides a view representation (VIEW) of a source type (SOURCE). Also, creates a source object based on a given view. An implementation of this interface is used byListViewandSetView.- Author:
- Jozef Hartinger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SOURCEfromView(VIEW to)VIEWtoView(SOURCE from)
-