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. def _createFromStringFallbacks(arg0: DeserializationContext, arg1: String): AnyRef

    Attributes
    protected[com.fasterxml.jackson.databind.deser]
    Definition Classes
    ValueInstantiator
    Annotations
    @throws( classOf[java.io.IOException] )
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def canCreateFromBoolean(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    StdValueInstantiator
  26. def configureIncompleteParameter(arg0: AnnotatedParameter): Unit

    Definition Classes
    StdValueInstantiator
  27. def createFromBoolean(arg0: DeserializationContext, arg1: Boolean): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ScalaValueInstantiator → StdValueInstantiator → ValueInstantiator
  47. def getIncompleteParameter(): AnnotatedParameter

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  58. def toString(): String

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

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

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

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

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

Deprecated Value Members

  1. 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.

  2. 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