Package io.beanmapper.spring
Interface Lazy<T>
public interface Lazy<T>
Wrapper on object to retrieve only when desired.
- Since:
- Nov 13, 2015
- Author:
- Jeroen van Schagen
-
Method Summary
-
Method Details
-
get
Retrieve the entity instance.- Returns:
- the entity instance
- Throws:
Exception
-