package introspect
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class BeanDescriptor(beanType: Class[_], properties: Seq[PropertyDescriptor]) extends Product with Serializable
- case class ConstructorParameter(constructor: Constructor[_], index: Int, defaultValue: Option[() => AnyRef]) extends Product with Serializable
- 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
- trait ScalaAnnotationIntrospectorModule extends Module with JacksonModule
Value Members
- object BeanIntrospector
- object JavaAnnotationIntrospector extends NopAnnotationIntrospector
- object OrderingLocator
- object ScalaAnnotationIntrospector extends NopAnnotationIntrospector with ValueInstantiators