Package

com.fasterxml.jackson.module.scala

introspect

Permalink

package introspect

Visibility
  1. Public
  2. All

Type Members

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

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

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

    Permalink
  4. trait ScalaAnnotationIntrospectorModule extends Module with JacksonModule

    Permalink

Value Members

  1. object BeanIntrospector

    Permalink
  2. object OrderingLocator

    Permalink
  3. object ScalaAnnotationIntrospector extends NopAnnotationIntrospector

    Permalink

Ungrouped