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 _addCreators(): Unit

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

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

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

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

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

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

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

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

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

    Attributes
    protected[com.fasterxml.jackson.databind.introspect]
    Definition Classes
    POJOPropertiesCollector
  16. 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
  17. def _renameWithWrappers(): Unit

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

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

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

    Definition Classes
    Any
  21. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    POJOPropertiesCollector
  27. def getAnnotationIntrospector(): AnnotationIntrospector

    Definition Classes
    POJOPropertiesCollector
  28. def getAnyGetter(): AnnotatedMember

    Definition Classes
    POJOPropertiesCollector
  29. def getAnySetterMethod(): AnnotatedMethod

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

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

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

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

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

    Definition Classes
    POJOPropertiesCollector
  35. def getJsonValueMethod(): AnnotatedMethod

    Definition Classes
    POJOPropertiesCollector
  36. def getObjectIdInfo(): ObjectIdInfo

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

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

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

    Definition Classes
    POJOPropertiesCollector
  40. def hashCode(): Int

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

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

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

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

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

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

    Definition Classes
    AnyRef
  47. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from POJOPropertiesCollector

Inherited from AnyRef

Inherited from Any

Ungrouped