Class RestEntitySerializer
java.lang.Object
org.codehaus.jackson.map.JsonSerializer<T>
org.codehaus.jackson.map.ser.std.SerializerBase<RestEntity>
com.atlassian.confluence.rest.serialization.RestEntitySerializer
- All Implemented Interfaces:
org.codehaus.jackson.schema.SchemaAware
public class RestEntitySerializer
extends org.codehaus.jackson.map.ser.std.SerializerBase<RestEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonSerializer
org.codehaus.jackson.map.JsonSerializer.None -
Field Summary
Fields inherited from class org.codehaus.jackson.map.ser.std.SerializerBase
_handledType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(RestEntity entity, org.codehaus.jackson.JsonGenerator jsonGen, org.codehaus.jackson.map.SerializerProvider serializerProvider) Methods inherited from class org.codehaus.jackson.map.ser.std.SerializerBase
createObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrowMethods inherited from class org.codehaus.jackson.map.JsonSerializer
isUnwrappingSerializer, serializeWithType, unwrappingSerializer
-
Constructor Details
-
RestEntitySerializer
protected RestEntitySerializer()
-
-
Method Details
-
serialize
public void serialize(RestEntity entity, org.codehaus.jackson.JsonGenerator jsonGen, org.codehaus.jackson.map.SerializerProvider serializerProvider) throws IOException - Specified by:
serializein classorg.codehaus.jackson.map.ser.std.SerializerBase<RestEntity>- Throws:
IOException
-