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
-
trait ContextualSerializertrait Serializabletrait SchemaAwaretrait JsonFormatVisitableclass Objecttrait Matchableclass AnyShow 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 createContextual(x$0: SerializerProvider, x$1: BeanProperty): JsonSerializer[_ <: <FromJavaObject>]
Attributes
- Inherited from:
- ReferenceTypeSerializer
Attributes
- Inherited from:
- JsonSerializer
Attributes
- Inherited from:
- ReferenceTypeSerializer
Attributes
- Inherited from:
- StdSerializer
Attributes
- Inherited from:
- ReferenceTypeSerializer
Attributes
- Inherited from:
- ReferenceTypeSerializer
Attributes
- Inherited from:
- JsonSerializer
Attributes
- Inherited from:
- JsonSerializer
Attributes
- Inherited from:
- ReferenceTypeSerializer
def serializeWithType(x$0: Option[_], x$1: JsonGenerator, x$2: SerializerProvider, x$3: TypeSerializer): Unit
Attributes
- Inherited from:
- ReferenceTypeSerializer
Attributes
- Inherited from:
- ReferenceTypeSerializer
Attributes
- Inherited from:
- JsonSerializer
Attributes
- Inherited from:
- JsonSerializer
Attributes
- Inherited from:
- JsonSerializer
Attributes
- Inherited from:
- StdSerializer
Attributes
- Inherited from:
- StdSerializer
Deprecated and Inherited methods
Attributes
- Deprecated
- true
- Inherited from:
- StdSerializer
@Deprecated
Attributes
- Deprecated
- true
- Inherited from:
- StdSerializer
Attributes
- Deprecated
- true
- Inherited from:
- JsonSerializer
In this article