OptionSerializer

com.fasterxml.jackson.module.scala.ser.OptionSerializer
See theOptionSerializer companion object
class OptionSerializer(refType: ReferenceType, staticTyping: Boolean, contentTypeSerializer: TypeSerializer, contentValueSerializer: JsonSerializer[AnyRef]) extends ReferenceTypeSerializer[Option[_]]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def withContentInclusion(suppressableValue: AnyRef, suppressNulls: Boolean): ReferenceTypeSerializer[Option[_]]

Attributes

Definition Classes

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
ReferenceTypeSerializer
def getDelegatee(): JsonSerializer[_ <: <FromJavaObject>]

Attributes

Inherited from:
JsonSerializer

Attributes

Inherited from:
ReferenceTypeSerializer
def handledType(): Class[T]

Attributes

Inherited from:
StdSerializer
def properties(): Iterator[PropertyWriter]

Attributes

Inherited from:
JsonSerializer
def replaceDelegatee(x$0: JsonSerializer[_ <: <FromJavaObject>]): JsonSerializer[T]

Attributes

Inherited from:
JsonSerializer

Attributes

Inherited from:
JsonSerializer
def withFilterId(x$0: <FromJavaObject>): JsonSerializer[_ <: <FromJavaObject>]

Attributes

Inherited from:
JsonSerializer
def wrapAndThrow(x$0: SerializerProvider, x$1: Throwable, x$2: <FromJavaObject>, x$3: Int): Unit

Attributes

Inherited from:
StdSerializer
def wrapAndThrow(x$0: SerializerProvider, x$1: Throwable, x$2: <FromJavaObject>, x$3: String): Unit

Attributes

Inherited from:
StdSerializer

Deprecated and Inherited methods

@Deprecated

Attributes

Deprecated
true
Inherited from:
StdSerializer
@Deprecated

Attributes

Deprecated
true
Inherited from:
StdSerializer
@Deprecated

Attributes

Deprecated
true
Inherited from:
JsonSerializer