com.fasterxml.jackson.module.scala

introspect

package introspect

Visibility
  1. Public
  2. All

Type Members

  1. case class BeanDescriptor(beanType: Class[_], properties: Seq[PropertyDescriptor]) extends Product with Serializable

  2. case class ConstructorParameter(constructor: Constructor[_], index: Int, defaultValueMethod: Option[Method]) extends Product with Serializable

  3. case class PropertyDescriptor(name: String, param: Option[ConstructorParameter], field: Option[Field], getter: Option[Method], setter: Option[Method]) extends Product with Serializable

  4. trait ScalaClassIntrospectorModule extends Module with JacksonModule

  5. class ScalaPropertiesCollector extends POJOPropertiesCollector

Value Members

  1. object BeanIntrospector

  2. object OrderingLocator

  3. object ScalaClassIntrospector extends BasicClassIntrospector

Ungrouped