Package com.hubspot.jinjava.interpret
Class DeferredLazyReferenceSource
java.lang.Object
com.hubspot.jinjava.interpret.DeferredValueImpl
com.hubspot.jinjava.interpret.DeferredLazyReferenceSource
- All Implemented Interfaces:
DeferredValue,OneTimeReconstructible
@Beta
public class DeferredLazyReferenceSource
extends DeferredValueImpl
implements OneTimeReconstructible
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeferredLazyReferenceSourceinstance()static DeferredLazyReferenceSourcebooleanvoidsetReconstructed(boolean reconstructed) Methods inherited from class com.hubspot.jinjava.interpret.DeferredValueImpl
getOriginalValue, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.hubspot.jinjava.interpret.DeferredValue
getOriginalValue
-
Method Details
-
instance
-
instance
-
isReconstructed
public boolean isReconstructed()- Specified by:
isReconstructedin interfaceOneTimeReconstructible
-
setReconstructed
public void setReconstructed(boolean reconstructed) - Specified by:
setReconstructedin interfaceOneTimeReconstructible
-