com.owlike.genson.convert

CaseClassDescriptorProvider

class CaseClassDescriptorProvider extends BaseBeanDescriptorProvider

Linear Supertypes
BaseBeanDescriptorProvider, AbstractBeanDescriptorProvider, BeanDescriptorProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CaseClassDescriptorProvider
  2. BaseBeanDescriptorProvider
  3. AbstractBeanDescriptorProvider
  4. BeanDescriptorProvider
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CaseClassDescriptorProvider(ctxConverterFactory: ContextualConverterFactory, propertyFactory: BeanPropertyFactory, mutatorAccessorResolver: BeanMutatorAccessorResolver, nameResolver: PropertyNameResolver, useOnlyConstructorFields: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def _mostSpecificPropertyDeclaringClass[T <: BeanProperty](arg0: String, arg1: LinkedList[T]): T

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider
  5. def _throwCouldCreateBeanDescriptor(arg0: Class[_], arg1: String): Unit

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def checkAndMerge(ofType: Type, creators: List[BeanCreator]): BeanCreator

    Attributes
    protected
    Definition Classes
    CaseClassDescriptorProvider → BaseBeanDescriptorProvider → AbstractBeanDescriptorProvider
  8. def checkAndMergeAccessors(arg0: String, arg1: LinkedList[PropertyAccessor]): PropertyAccessor

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider → AbstractBeanDescriptorProvider
  9. def checkAndMergeMutators(arg0: String, arg1: LinkedList[PropertyMutator]): PropertyMutator

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider → AbstractBeanDescriptorProvider
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def companionOf(clazz: Class[_]): Option[AnyRef]

    Attributes
    protected
  12. def create[T](arg0: Class[T], arg1: Type, arg2: BeanCreator, arg3: List[PropertyAccessor], arg4: Map[String, PropertyMutator], arg5: Genson): BeanDescriptor[T]

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    AbstractBeanDescriptorProvider
  13. def defaultApply(clazz: Class[_]): Option[Method]

    Attributes
    protected
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def isDefaultCreator(applyMethod: Method, ctr: BeanCreator): Boolean

    Attributes
    protected
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def mergeAccessorsWithCreatorProperties(ofType: Type, accessors: List[PropertyAccessor], creator: BeanCreator): Unit

    Attributes
    protected
    Definition Classes
    CaseClassDescriptorProvider → BaseBeanDescriptorProvider → AbstractBeanDescriptorProvider
  22. def mergeMutatorsWithCreatorProperties(arg0: Type, arg1: Map[String, PropertyMutator], arg2: BeanCreator): Unit

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider → AbstractBeanDescriptorProvider
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def provide[T](ofClass: Class[T], ofType: Type, genson: Genson): BeanDescriptor[T]

    Definition Classes
    CaseClassDescriptorProvider → AbstractBeanDescriptorProvider → BeanDescriptorProvider
  27. def provide[T](arg0: Class[T], arg1: Genson): BeanDescriptor[T]

    Definition Classes
    AbstractBeanDescriptorProvider → BeanDescriptorProvider
  28. def provideBeanCreators(arg0: Type, arg1: Genson): List[BeanCreator]

    Definition Classes
    BaseBeanDescriptorProvider → AbstractBeanDescriptorProvider
  29. def provideBeanPropertyAccessors(arg0: Type, arg1: Map[String, LinkedList[PropertyAccessor]], arg2: Genson): Unit

    Definition Classes
    BaseBeanDescriptorProvider → AbstractBeanDescriptorProvider
  30. def provideBeanPropertyMutators(arg0: Type, arg1: Map[String, LinkedList[PropertyMutator]], arg2: Genson): Unit

    Definition Classes
    BaseBeanDescriptorProvider → AbstractBeanDescriptorProvider
  31. def provideConstructorCreators(arg0: Type, arg1: List[BeanCreator], arg2: Genson): Unit

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider
  32. def provideFieldAccessors(arg0: Class[_], arg1: Map[String, LinkedList[PropertyAccessor]], arg2: Type, arg3: Genson): Unit

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider
  33. def provideFieldMutators(arg0: Class[_], arg1: Map[String, LinkedList[PropertyMutator]], arg2: Type, arg3: Genson): Unit

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider
  34. def provideMethodAccessors(arg0: Class[_], arg1: Map[String, LinkedList[PropertyAccessor]], arg2: Type, arg3: Genson): Unit

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider
  35. def provideMethodCreators(arg0: Class[_], arg1: List[BeanCreator], arg2: Type, arg3: Genson): Unit

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider
  36. def provideMethodMutators(arg0: Class[_], arg1: Map[String, LinkedList[PropertyMutator]], arg2: Type, arg3: Genson): Unit

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def update[T <: BeanProperty](arg0: T, arg1: Map[String, LinkedList[T]]): Unit

    Attributes
    protected[com.owlike.genson.reflect]
    Definition Classes
    BaseBeanDescriptorProvider
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseBeanDescriptorProvider

Inherited from AbstractBeanDescriptorProvider

Inherited from BeanDescriptorProvider

Inherited from AnyRef

Inherited from Any

Ungrouped