Class LazilyInitialized<T>
java.lang.Object
org.keycloak.models.map.common.delegate.LazilyInitialized<T>
- Author:
- hmlnarik
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionget()booleanReturnstrueif the reference to the object has been initialized
- 
Constructor Details- 
LazilyInitialized
 
- 
- 
Method Details- 
get
- 
isInitializedpublic boolean isInitialized()Returnstrueif the reference to the object has been initialized- Returns:
 
 
-