Package com.norconex.importer.handler
Class DocHandlerListSerializer
java.lang.Object
tools.jackson.databind.ValueSerializer<List<DocHandler>>
com.norconex.importer.handler.DocHandlerListSerializer
- All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public class DocHandlerListSerializer
extends tools.jackson.databind.ValueSerializer<List<DocHandler>>
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer
tools.jackson.databind.ValueSerializer.None -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(List<DocHandler> handlers, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext sp) Methods inherited from class tools.jackson.databind.ValueSerializer
acceptJsonFormatVisitor, createContextual, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties
-
Constructor Details
-
DocHandlerListSerializer
public DocHandlerListSerializer()
-
-
Method Details
-
serialize
public void serialize(List<DocHandler> handlers, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext sp) - Specified by:
serializein classtools.jackson.databind.ValueSerializer<List<DocHandler>>
-