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 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(provider: SerializerProvider, property: 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(ref: Option[_], g: JsonGenerator, provider: SerializerProvider, typeSer: TypeSerializer): Unit
Attributes
- Inherited from:
- ReferenceTypeSerializer
Attributes
- Inherited from:
- ReferenceTypeSerializer
Attributes
- Inherited from:
- JsonSerializer
Attributes
- Inherited from:
- JsonSerializer
Attributes
- Inherited from:
- JsonSerializer
def wrapAndThrow(provider: SerializerProvider, t: Throwable, bean: <FromJavaObject>, index: Int): Unit
Attributes
- Inherited from:
- StdSerializer
def wrapAndThrow(provider: SerializerProvider, t: Throwable, bean: <FromJavaObject>, fieldName: String): Unit
Attributes
- Inherited from:
- StdSerializer
Deprecated and Inherited methods
@Deprecated
Attributes
- Deprecated
- true
- Inherited from:
- StdSerializer
@Deprecated
Attributes
- Deprecated
- true
- Inherited from:
- StdSerializer
Attributes
- Deprecated
- true
- Inherited from:
- JsonSerializer
In this article