类 LinkedHashMapSerializer

java.lang.Object
tools.jackson.databind.ValueSerializer<T>
tools.jackson.databind.ser.std.StdSerializer<LinkedHashMap<?,?>>
com.publiccms.common.handler.LinkedHashMapSerializer
所有已实现的接口:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

public class LinkedHashMapSerializer extends tools.jackson.databind.ser.std.StdSerializer<LinkedHashMap<?,?>>
  • 嵌套类概要

    从类继承的嵌套类/接口 tools.jackson.databind.ValueSerializer

    tools.jackson.databind.ValueSerializer.None
  • 字段概要

    从类继承的字段 tools.jackson.databind.ser.std.StdSerializer

    _handledType
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    serialize(LinkedHashMap<?,?> value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext provider)
     

    从类继承的方法 tools.jackson.databind.ser.std.StdSerializer

    _neitherNull, _nonEmpty, _wrapIOFailure, acceptJsonFormatVisitor, acceptJsonFormatVisitorForBinary, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow

    从类继承的方法 tools.jackson.databind.ValueSerializer

    createContextual, getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • LinkedHashMapSerializer

      public LinkedHashMapSerializer()
  • 方法详细资料

    • serialize

      public void serialize(LinkedHashMap<?,?> value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext provider)
      指定者:
      serialize 在类中 tools.jackson.databind.ser.std.StdSerializer<LinkedHashMap<?,?>>