Class ComponentWrapperSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<ComponentWrapper>
com.fasterxml.jackson.databind.ser.std.StdSerializer<ComponentWrapper>
org.cyclonedx.util.serializer.ComponentWrapperSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable

public class ComponentWrapperSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<ComponentWrapper>
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

    com.fasterxml.jackson.databind.JsonSerializer.None
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

    _handledType
  • Constructor Summary

    Constructors
    Constructor
    Description
    ComponentWrapperSerializer(com.fasterxml.jackson.databind.ObjectMapper mapper)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(ComponentWrapper componentWrapper, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
     

    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, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow

    Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

    getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ComponentWrapperSerializer

      public ComponentWrapperSerializer(com.fasterxml.jackson.databind.ObjectMapper mapper)
    • ComponentWrapperSerializer

      public ComponentWrapperSerializer(Class<ComponentWrapper> t)
  • Method Details

    • serialize

      public void serialize(ComponentWrapper componentWrapper, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException
      Specified by:
      serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<ComponentWrapper>
      Throws:
      IOException