Package com.hubspot.jinjava.interpret
Interface DeferredValue
- All Known Subinterfaces:
OneTimeReconstructible
,PartiallyDeferredValue
- All Known Implementing Classes:
DeferredLazyReference
,DeferredLazyReferenceSource
,DeferredMacroValueImpl
,DeferredValueImpl
,DeferredValueShadow
public interface DeferredValue
Marker object which indicates that the template engine should skip over evaluating
this part of the template, if the object is resolved from the context.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeferredValue
instance()
static DeferredValue
static DeferredValueShadow
shadowInstance
(Object originalValue)
-
Method Details
-
getOriginalValue
Object getOriginalValue() -
instance
-
instance
-
shadowInstance
-