Interface ModelGraphResolver.HeadValue
- Enclosing interface:
ModelGraphResolver
Optional head evidence carried by a lazy entity supplier, without allocating a separate metadata wrapper per
node. Reading the head never reconstructs the value. Custom resolvers may continue returning ordinary suppliers
when revision evidence is unavailable.
-
Method Summary
-
Method Details
-
type
Class<?> type()Returns the locally resolved class, Object for an absent untyped root, or null for an unknown child. -
head
io.fluxzero.common.api.modeling.ModelHeadState head()Returns the pinned revision without value reconstruction, or null for proven absence.
-