Class

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

ScalaValueInstantiator

Related Doc: package ScalaAnnotationIntrospector

Permalink

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

Instance Constructors

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

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _createFromStringFallbacks(arg0: DeserializationContext, arg1: String): AnyRef

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

    Permalink
    Definition Classes
    Any
  6. def canCreateFromBoolean(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  52. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  56. def toString(): String

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

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

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

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

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

Deprecated Value Members

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

    Permalink
    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

    Permalink
    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