JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
get
()
Retrieve the entity instance.
Method Detail
get
T
get()
Retrieve the entity instance.
Returns:
the entity instance
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2015
42 BV
. All Rights Reserved.