public class JsonFragment extends JsonNode
| Constructor and Description |
|---|
JsonFragment(JsonNode parentNode) |
| Modifier and Type | Method and Description |
|---|---|
JsonDetailMarker |
detail() |
protected DataException |
exception(Throwable e) |
JsonNode |
getParentNode() |
JsonNodeType |
getType() |
JsonConditionalNode |
when(String condition) |
protected void |
writeEndImpl(ExpressionContext context,
JsonGenerator generator) |
protected void |
writeStartImpl(ExpressionContext context,
JsonGenerator generator) |
public JsonFragment(JsonNode parentNode)
public JsonNode getParentNode()
public JsonNodeType getType()
protected void writeStartImpl(ExpressionContext context,
JsonGenerator generator)
throws Throwable
writeStartImpl in class JsonNodeThrowableprotected void writeEndImpl(ExpressionContext context,
JsonGenerator generator)
throws Throwable
writeEndImpl in class JsonNodeThrowablepublic JsonConditionalNode when(String condition)
public JsonDetailMarker detail()
protected DataException exception(Throwable e)
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.