Packages

package introspect

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class BeanDescriptor(beanType: Class[_], properties: Seq[PropertyDescriptor]) extends Product with Serializable
  2. case class ConstructorParameter(constructor: Constructor[_], index: Int, defaultValue: Option[() => AnyRef]) extends Product with Serializable
  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
  4. trait ScalaAnnotationIntrospectorModule extends Module with JacksonModule

Value Members

  1. object BeanIntrospector
  2. object OrderingLocator
  3. object ScalaAnnotationIntrospector extends NopAnnotationIntrospector with ValueInstantiators

Ungrouped