Package ubic.gemma.rest.serializers
Class AbstractFactorValueValueObjectSerializer<T>
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonSerializer<T>
-
- com.fasterxml.jackson.databind.ser.std.StdSerializer<T>
-
- ubic.gemma.rest.serializers.AbstractFactorValueValueObjectSerializer<T>
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable,com.fasterxml.jackson.databind.jsonschema.SchemaAware,Serializable
- Direct Known Subclasses:
FactorValueBasicValueObjectSerializer,FactorValueValueObjectSerializer
public abstract class AbstractFactorValueValueObjectSerializer<T> extends com.fasterxml.jackson.databind.ser.std.StdSerializer<T>Base serializer forFactorValueVOs.See
FactorValueOntologyServiceImplfor the logic related to how URIs are generated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractFactorValueValueObjectSerializer(Class<T> t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwriteCharacteristics(Long factorValueId, Collection<StatementValueObject> cvos, com.fasterxml.jackson.core.JsonGenerator jsonGenerator)protected voidwriteStatements(Long factorValueId, Collection<StatementValueObject> svos, com.fasterxml.jackson.core.JsonGenerator jsonGenerator)-
Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, serialize, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
-
-
-
-
Method Detail
-
writeCharacteristics
protected void writeCharacteristics(Long factorValueId, Collection<StatementValueObject> cvos, com.fasterxml.jackson.core.JsonGenerator jsonGenerator) throws IOException
- Throws:
IOException
-
writeStatements
protected void writeStatements(Long factorValueId, Collection<StatementValueObject> svos, com.fasterxml.jackson.core.JsonGenerator jsonGenerator) throws IOException
- Throws:
IOException
-
-