ResolvedOptionSerializer

com.fasterxml.jackson.module.scala.ser.ResolvedOptionSerializer
class ResolvedOptionSerializer(base: ReferenceTypeSerializer[_], property: BeanProperty, vts: TypeSerializer, valueSer: JsonSerializer[_], unwrapper: NameTransformer, suppressableValue: AnyRef, suppressNulls: Boolean) extends ReferenceTypeSerializer[Option[_]]

Attributes

Graph
Supertypes
class StdSerializer[Option[_]]
trait Serializable
trait SchemaAware
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
override def withResolved(prop: BeanProperty, vts: TypeSerializer, valueSer: JsonSerializer[_], unwrapper: NameTransformer): ReferenceTypeSerializer[Option[_]]

Attributes

Definition Classes

Inherited methods

Attributes

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

Attributes

Inherited from:
JsonSerializer

Attributes

Inherited from:
ReferenceTypeSerializer
def handledType(): Class[Option[_]]

Attributes

Inherited from:
StdSerializer

Attributes

Inherited from:
ReferenceTypeSerializer

Attributes

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

Attributes

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

Attributes

Inherited from:
JsonSerializer

Attributes

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

Attributes

Inherited from:
JsonSerializer
def withIgnoredProperties(x$0: Set[String]): 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