public class ExpressionSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<org.springframework.expression.Expression>
Constructor and Description |
---|
ExpressionSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(org.springframework.expression.Expression expression,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
public void serialize(org.springframework.expression.Expression expression, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException
serialize
in class com.fasterxml.jackson.databind.JsonSerializer<org.springframework.expression.Expression>
IOException
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.