Class LazilyInitialized<T>
java.lang.Object
org.keycloak.models.map.common.delegate.LazilyInitialized<T>
- Author:
- hmlnarik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget()
boolean
Returnstrue
if the reference to the object has been initialized
-
Constructor Details
-
LazilyInitialized
-
-
Method Details
-
get
-
isInitialized
public boolean isInitialized()Returnstrue
if the reference to the object has been initialized- Returns:
-