public class JsonPrimitive extends JsonValue
Constructor and Description |
---|
JsonPrimitive(String valueExpression) |
Modifier and Type | Method and Description |
---|---|
protected DataException |
exception(Throwable e) |
JsonNodeType |
getType() |
protected void |
writeEndImpl(ExpressionContext context,
JsonGenerator generator) |
protected void |
writeStartImpl(ExpressionContext context,
JsonGenerator generator) |
public JsonPrimitive(String valueExpression)
public JsonNodeType getType()
protected void writeStartImpl(ExpressionContext context, JsonGenerator generator) throws Throwable
writeStartImpl
in class JsonNode
Throwable
protected void writeEndImpl(ExpressionContext context, JsonGenerator generator) throws Throwable
writeEndImpl
in class JsonNode
Throwable
protected DataException exception(Throwable e)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.