com.fasterxml.jackson.module.scala.introspect

Members list

Type members

Classlikes

case class BeanDescriptor(beanType: Class[_], properties: Seq[PropertyDescriptor])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class ConstructorParameter(constructor: Constructor[_], index: Int, defaultValue: Option[() => AnyRef])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Versioned
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class PropertyDescriptor(name: String, param: Option[ConstructorParameter], field: Option[Field], getter: Option[Method], setter: Option[Method], beanGetter: Option[Method], beanSetter: Option[Method])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Versioned
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
object
Supertypes
class Module
trait Versioned
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
trait
Supertypes
class Module
trait Versioned
class Object
trait Matchable
class Any
Show all
Self type