com.fasterxml.jackson.module.scala.ser
Members list
Type members
Classlikes
trait ContextualEnumerationSerializer extends ContextualSerializer
Attributes
- Supertypes
- Self type
trait EitherSerializerModule extends EitherTypeModifierModule
Attributes
- Supertypes
-
trait EitherTypeModifierModuletrait ScalaTypeModifierModuletrait JacksonModuleclass Moduletrait Versionedclass Objecttrait Matchableclass AnyShow all
- Known subtypes
trait EnumSerializerModule extends JacksonModule
Attributes
- Supertypes
- Known subtypes
trait EnumerationSerializerModule extends JacksonModule
Attributes
- Supertypes
- Known subtypes
trait IterableSerializerModule extends IterableTypeModifierModule
Attributes
- Supertypes
-
trait ScalaTypeModifierModuletrait JacksonModuleclass Moduletrait Versionedclass Objecttrait Matchableclass AnyShow all
- Known subtypes
trait IteratorSerializerModule extends IteratorTypeModifierModule
Attributes
- Supertypes
-
trait ScalaTypeModifierModuletrait JacksonModuleclass Moduletrait Versionedclass Objecttrait Matchableclass AnyShow all
- Known subtypes
trait MapSerializerModule extends MapTypeModifierModule
Attributes
- Supertypes
-
trait MapTypeModifierModuletrait ScalaTypeModifierModuletrait JacksonModuleclass Moduletrait Versionedclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object OptionSerializer
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
OptionSerializer.type
class OptionSerializer(refType: ReferenceType, staticTyping: Boolean, contentTypeSerializer: TypeSerializer, contentValueSerializer: JsonSerializer[AnyRef]) extends ReferenceTypeSerializer[Option[_]]
Attributes
- Companion
- object
- Supertypes
-
trait ContextualSerializertrait Serializabletrait SchemaAwaretrait JsonFormatVisitableclass Objecttrait Matchableclass AnyShow all
trait OptionSerializerModule extends OptionTypeModifierModule
Attributes
- Supertypes
-
trait OptionTypeModifierModuletrait ScalaTypeModifierModuletrait JacksonModuleclass Moduletrait Versionedclass Objecttrait Matchableclass AnyShow all
- Known subtypes
class ResolvedOptionSerializer(base: ReferenceTypeSerializer[_], property: BeanProperty, vts: TypeSerializer, valueSer: JsonSerializer[_], unwrapper: NameTransformer, suppressableValue: AnyRef, suppressNulls: Boolean) extends ReferenceTypeSerializer[Option[_]]
Attributes
- Supertypes
-
trait ContextualSerializertrait Serializabletrait SchemaAwaretrait JsonFormatVisitableclass Objecttrait Matchableclass AnyShow all
trait SymbolSerializerModule extends JacksonModule
Attributes
- Supertypes
- Known subtypes
trait TupleSerializerModule extends JacksonModule
Attributes
- Supertypes
- Known subtypes
In this article