Packages

class ScalaValueInstantiator extends StdValueInstantiator

Linear Supertypes
StdValueInstantiator, Serializable, ValueInstantiator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaValueInstantiator
  2. StdValueInstantiator
  3. Serializable
  4. ValueInstantiator
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaValueInstantiator(delegate: StdValueInstantiator, config: DeserializationConfig, descriptor: BeanDescriptor)

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 _createFromStringFallbacks(arg0: DeserializationContext, arg1: String): AnyRef
    Attributes
    protected[databind.deser]
    Definition Classes
    ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException])
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canCreateFromBoolean(): Boolean
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  7. def canCreateFromDouble(): Boolean
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  8. def canCreateFromInt(): Boolean
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  9. def canCreateFromLong(): Boolean
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  10. def canCreateFromObjectWith(): Boolean
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  11. def canCreateFromString(): Boolean
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  12. def canCreateUsingArrayDelegate(): Boolean
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  13. def canCreateUsingDefault(): Boolean
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  14. def canCreateUsingDelegate(): Boolean
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  15. def canInstantiate(): Boolean
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. def configureFromArraySettings(arg0: AnnotatedWithParams, arg1: JavaType, arg2: Array[SettableBeanProperty]): Unit
    Definition Classes
    StdValueInstantiator
  18. def configureFromBooleanCreator(arg0: AnnotatedWithParams): Unit
    Definition Classes
    StdValueInstantiator
  19. def configureFromDoubleCreator(arg0: AnnotatedWithParams): Unit
    Definition Classes
    StdValueInstantiator
  20. def configureFromIntCreator(arg0: AnnotatedWithParams): Unit
    Definition Classes
    StdValueInstantiator
  21. def configureFromLongCreator(arg0: AnnotatedWithParams): Unit
    Definition Classes
    StdValueInstantiator
  22. def configureFromObjectSettings(arg0: AnnotatedWithParams, arg1: AnnotatedWithParams, arg2: JavaType, arg3: Array[SettableBeanProperty], arg4: AnnotatedWithParams, arg5: Array[SettableBeanProperty]): Unit
    Definition Classes
    StdValueInstantiator
  23. def configureFromStringCreator(arg0: AnnotatedWithParams): Unit
    Definition Classes
    StdValueInstantiator
  24. def configureIncompleteParameter(arg0: AnnotatedParameter): Unit
    Definition Classes
    StdValueInstantiator
  25. def createFromBoolean(arg0: DeserializationContext, arg1: Boolean): AnyRef
    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException])
  26. def createFromDouble(arg0: DeserializationContext, arg1: Double): AnyRef
    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException])
  27. def createFromInt(arg0: DeserializationContext, arg1: Int): AnyRef
    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException])
  28. def createFromLong(arg0: DeserializationContext, arg1: Long): AnyRef
    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException])
  29. def createFromObjectWith(arg0: DeserializationContext, arg1: Array[AnyRef]): AnyRef
    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException])
  30. def createFromObjectWith(arg0: DeserializationContext, arg1: Array[SettableBeanProperty], arg2: PropertyValueBuffer): AnyRef
    Definition Classes
    ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException])
  31. def createFromString(arg0: DeserializationContext, arg1: String): AnyRef
    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException])
  32. def createUsingArrayDelegate(arg0: DeserializationContext, arg1: AnyRef): AnyRef
    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException])
  33. def createUsingDefault(arg0: DeserializationContext): AnyRef
    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException])
  34. def createUsingDelegate(arg0: DeserializationContext, arg1: AnyRef): AnyRef
    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException])
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  37. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  38. def getArrayDelegateCreator(): AnnotatedWithParams
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  39. def getArrayDelegateType(arg0: DeserializationConfig): JavaType
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  40. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def getDefaultCreator(): AnnotatedWithParams
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  42. def getDelegateCreator(): AnnotatedWithParams
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  43. def getDelegateType(arg0: DeserializationConfig): JavaType
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  44. def getFromObjectArguments(config: DeserializationConfig): Array[SettableBeanProperty]
    Definition Classes
    ScalaValueInstantiator → StdValueInstantiator → ValueInstantiator
  45. def getIncompleteParameter(): AnnotatedParameter
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  46. def getValueClass(): Class[_ <: AnyRef]
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  47. def getValueTypeDesc(): String
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  48. def getWithArgsCreator(): AnnotatedWithParams
    Definition Classes
    StdValueInstantiator → ValueInstantiator
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. def rewrapCtorProblem(arg0: DeserializationContext, arg1: Throwable): JsonMappingException
    Attributes
    protected[std]
    Definition Classes
    StdValueInstantiator
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. def wrapAsJsonMappingException(arg0: DeserializationContext, arg1: Throwable): JsonMappingException
    Attributes
    protected[std]
    Definition Classes
    StdValueInstantiator

Deprecated Value Members

  1. def unwrapAndWrapException(arg0: DeserializationContext, arg1: Throwable): JsonMappingException
    Attributes
    protected[std]
    Definition Classes
    StdValueInstantiator
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def wrapException(arg0: Throwable): JsonMappingException
    Attributes
    protected[std]
    Definition Classes
    StdValueInstantiator
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from StdValueInstantiator

Inherited from Serializable

Inherited from ValueInstantiator

Inherited from AnyRef

Inherited from Any

Ungrouped