Interface ObjectTypeDeterminer

All Known Implementing Classes:
DefaultObjectTypeDeterminer, MockObjectTypeDeterminer

public interface ObjectTypeDeterminer
Determines what the key and and element class of a Map or Collection should be. For Maps, the elements are the values. For Collections, the elements are the elements of the collection.

See the implementations for javadoc description for the methods as they are dependent on the concrete implementation.

Author:
Gabriel Zimmerman
  • Method Details