org.specrunner
Interface ISRMapping

All Known Implementing Classes:
SRMappingDefault

public interface ISRMapping

Mapping of object instances.

Author:
Thiago Santos

Method Summary
<T> T
getDefault(Class<T> type)
          Gets the default instance of a given class (service).
 

Method Detail

getDefault

<T> T getDefault(Class<T> type)
Gets the default instance of a given class (service).

Type Parameters:
T - The class type.
Parameters:
type - The type.
Returns:
The service object.


Copyright © 2014. All rights reserved.