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

Deprecated Value Members

  1. def _createFromStringFallbacks(arg0: DeserializationContext, arg1: String): AnyRef
    Attributes
    protected[databind.deser]
    Definition Classes
    ValueInstantiator
    Annotations
    @throws(classOf[java.io.IOException]) @Deprecated
    Deprecated
  2. def unwrapAndWrapException(arg0: DeserializationContext, arg1: Throwable): JsonMappingException
    Attributes
    protected[std]
    Definition Classes
    StdValueInstantiator
    Annotations
    @Deprecated
    Deprecated
  3. def wrapException(arg0: Throwable): JsonMappingException
    Attributes
    protected[std]
    Definition Classes
    StdValueInstantiator
    Annotations
    @Deprecated
    Deprecated

Inherited from StdValueInstantiator

Inherited from Serializable

Inherited from ValueInstantiator

Inherited from AnyRef

Inherited from Any

Ungrouped