Package org.soulwing.prospecto.api.json
Interface JsonSpliceHandler.Consumer
-
- Enclosing class:
- JsonSpliceHandler
public static interface JsonSpliceHandler.Consumer
A consumer interface for a JSON splice node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(javax.json.JsonStructure structure, SpliceNode node, ViewContext context)
-
-
-
Method Detail
-
apply
void apply(javax.json.JsonStructure structure, SpliceNode node, ViewContext context)
-
-