package introspect
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class BeanDescriptor (beanType: Class[_], properties: Seq[PropertyDescriptor]) extends Product with Serializable
- case class ConstructorParameter (constructor: Constructor[_], index: Int, defaultValueMethod: Option[Method]) 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 OrderingLocator
- object ScalaAnnotationIntrospector extends NopAnnotationIntrospector