com.fasterxml.jackson.module.scala.introspect.ScalaAnnotationIntrospector

ScalaValueInstantiator

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def canCreateFromBigDecimal(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  8. def canCreateFromBigInteger(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  9. def canCreateFromBoolean(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  10. def canCreateFromDouble(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  11. def canCreateFromInt(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  12. def canCreateFromLong(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  13. def canCreateFromObjectWith(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  14. def canCreateFromString(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  15. def canCreateUsingArrayDelegate(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  16. def canCreateUsingDefault(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  17. def canCreateUsingDelegate(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  18. def canInstantiate(): Boolean

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def configureFromArraySettings(arg0: AnnotatedWithParams, arg1: JavaType, arg2: Array[SettableBeanProperty]): Unit

    Definition Classes
    StdValueInstantiator
  21. def configureFromBigDecimalCreator(arg0: AnnotatedWithParams): Unit

    Definition Classes
    StdValueInstantiator
  22. def configureFromBigIntegerCreator(arg0: AnnotatedWithParams): Unit

    Definition Classes
    StdValueInstantiator
  23. def configureFromBooleanCreator(arg0: AnnotatedWithParams): Unit

    Definition Classes
    StdValueInstantiator
  24. def configureFromDoubleCreator(arg0: AnnotatedWithParams): Unit

    Definition Classes
    StdValueInstantiator
  25. def configureFromIntCreator(arg0: AnnotatedWithParams): Unit

    Definition Classes
    StdValueInstantiator
  26. def configureFromLongCreator(arg0: AnnotatedWithParams): Unit

    Definition Classes
    StdValueInstantiator
  27. def configureFromObjectSettings(arg0: AnnotatedWithParams, arg1: AnnotatedWithParams, arg2: JavaType, arg3: Array[SettableBeanProperty], arg4: AnnotatedWithParams, arg5: Array[SettableBeanProperty]): Unit

    Definition Classes
    StdValueInstantiator
  28. def configureFromStringCreator(arg0: AnnotatedWithParams): Unit

    Definition Classes
    StdValueInstantiator
  29. def createContextual(arg0: DeserializationContext, arg1: BeanDescription): ValueInstantiator

    Definition Classes
    ValueInstantiator
    Annotations
    @throws( ... )
  30. def createFromBigDecimal(arg0: DeserializationContext, arg1: BigDecimal): AnyRef

    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  31. def createFromBigInteger(arg0: DeserializationContext, arg1: BigInteger): AnyRef

    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def createFromBoolean(arg0: DeserializationContext, arg1: Boolean): AnyRef

    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def createFromDouble(arg0: DeserializationContext, arg1: Double): AnyRef

    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def createFromInt(arg0: DeserializationContext, arg1: Int): AnyRef

    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def createFromLong(arg0: DeserializationContext, arg1: Long): AnyRef

    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def createFromObjectWith(arg0: DeserializationContext, arg1: Array[AnyRef]): AnyRef

    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def createFromObjectWith(arg0: DeserializationContext, arg1: Array[SettableBeanProperty], arg2: PropertyValueBuffer): AnyRef

    Definition Classes
    ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def createFromString(arg0: DeserializationContext, arg1: String): AnyRef

    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def createUsingArrayDelegate(arg0: DeserializationContext, arg1: Any): AnyRef

    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def createUsingDefault(arg0: DeserializationContext): AnyRef

    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def createUsingDelegate(arg0: DeserializationContext, arg1: Any): AnyRef

    Definition Classes
    StdValueInstantiator → ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  42. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. def getArrayDelegateCreator(): AnnotatedWithParams

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  46. def getArrayDelegateType(arg0: DeserializationConfig): JavaType

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  47. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  48. def getDefaultCreator(): AnnotatedWithParams

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  49. def getDelegateCreator(): AnnotatedWithParams

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  50. def getDelegateType(arg0: DeserializationConfig): JavaType

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  51. def getFromObjectArguments(config: DeserializationConfig): Array[SettableBeanProperty]

    Definition Classes
    ScalaValueInstantiator → StdValueInstantiator → ValueInstantiator
  52. def getValueClass(): Class[_]

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  53. def getValueTypeDesc(): String

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  54. def getWithArgsCreator(): AnnotatedWithParams

    Definition Classes
    StdValueInstantiator → ValueInstantiator
  55. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  56. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  57. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  60. def rewrapCtorProblem(arg0: DeserializationContext, arg1: Throwable): JsonMappingException

    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdValueInstantiator
  61. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  62. def toString(): String

    Definition Classes
    AnyRef → Any
  63. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. def wrapAsJsonMappingException(arg0: DeserializationContext, arg1: Throwable): JsonMappingException

    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdValueInstantiator

Deprecated Value Members

  1. def _createFromStringFallbacks(arg0: DeserializationContext, arg1: String): AnyRef

    Attributes
    protected[com.fasterxml.jackson.databind.deser]
    Definition Classes
    ValueInstantiator
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def unwrapAndWrapException(arg0: DeserializationContext, arg1: Throwable): JsonMappingException

    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdValueInstantiator
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def wrapException(arg0: Throwable): JsonMappingException

    Attributes
    protected[com.fasterxml.jackson.databind.deser.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