com.fasterxml.jackson.module.scala.introspect

ScalaPropertiesCollector

class ScalaPropertiesCollector extends POJOPropertiesCollector

Linear Supertypes
POJOPropertiesCollector, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaPropertiesCollector
  2. POJOPropertiesCollector
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaPropertiesCollector(config: MapperConfig[_], forSerialization: Boolean, type: JavaType, classDef: AnnotatedClass, mutatorPrefix: String)

Type Members

  1. class ScalaPropertyIntrospector extends AnyRef

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 _addCreatorParam(arg0: AnnotatedParameter): Unit

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  7. def _addCreators(): Unit

    Definition Classes
    ScalaPropertiesCollector → POJOPropertiesCollector
  8. def _addFields(): Unit

    Definition Classes
    ScalaPropertiesCollector → POJOPropertiesCollector
  9. def _addGetterMethod(arg0: AnnotatedMethod, arg1: AnnotationIntrospector): Unit

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  10. def _addInjectables(): Unit

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  11. def _addMethods(): Unit

    Definition Classes
    ScalaPropertiesCollector → POJOPropertiesCollector
  12. def _addSetterMethod(arg0: AnnotatedMethod, arg1: AnnotationIntrospector): Unit

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  13. def _doAddInjectable(arg0: Any, arg1: AnnotatedMember): Unit

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  14. def _property(arg0: String): POJOPropertyBuilder

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  15. def _property(arg0: PropertyName): POJOPropertyBuilder

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  16. def _removeUnwantedProperties(): Unit

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  17. def _renameProperties(): Unit

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  18. def _renameUsing(naming: PropertyNamingStrategy): Unit

    Similar to the base implementation, but checks for annotations in a different order due to Scala's annotation application rules.

    Similar to the base implementation, but checks for annotations in a different order due to Scala's annotation application rules.

    naming

    The PropertyNamingStrategy to query for names

    Attributes
    protected
    Definition Classes
    ScalaPropertiesCollector → POJOPropertiesCollector
  19. def _renameWithWrappers(): Unit

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  20. def _sortProperties(): Unit

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  21. def _updateCreatorProperty(arg0: POJOPropertyBuilder, arg1: List[POJOPropertyBuilder]): Unit

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def collect(): POJOPropertiesCollector

    Definition Classes
    POJOPropertiesCollector
  25. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def findPOJOBuilderClass(): Class[_]

    Definition Classes
    POJOPropertiesCollector
  29. def getAnnotationIntrospector(): AnnotationIntrospector

    Definition Classes
    POJOPropertiesCollector
  30. def getAnyGetter(): AnnotatedMember

    Definition Classes
    POJOPropertiesCollector
  31. def getAnySetterMethod(): AnnotatedMethod

    Definition Classes
    POJOPropertiesCollector
  32. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  33. def getClassDef(): AnnotatedClass

    Definition Classes
    POJOPropertiesCollector
  34. def getConfig(): MapperConfig[_]

    Definition Classes
    POJOPropertiesCollector
  35. def getIgnoredPropertyNames(): Set[String]

    Definition Classes
    POJOPropertiesCollector
  36. def getInjectables(): Map[AnyRef, AnnotatedMember]

    Definition Classes
    POJOPropertiesCollector
  37. def getJsonValueMethod(): AnnotatedMethod

    Definition Classes
    POJOPropertiesCollector
  38. def getObjectIdInfo(): ObjectIdInfo

    Definition Classes
    POJOPropertiesCollector
  39. def getProperties(): List[BeanPropertyDefinition]

    Definition Classes
    POJOPropertiesCollector
  40. def getPropertyMap(): Map[String, POJOPropertyBuilder]

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  41. def getType(): JavaType

    Definition Classes
    POJOPropertiesCollector
  42. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  47. def reportProblem(arg0: String): Unit

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from POJOPropertiesCollector

Inherited from AnyRef

Inherited from Any

Ungrouped