Package com.fasterxml.jackson.module.paranamer


package com.fasterxml.jackson.module.paranamer
  • Classes
    Class
    Description
    Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
    Stand-alone AnnotationIntrospector that defines functionality to discover names of constructor (and factory method) parameters, without using any defaulting.
    Convenience module that registers stand-alone ParanamerOnJacksonAnnotationIntrospector after existing introspectors, to add support for discovering names of creator (constructor, factory method) parameters automatically, without explicit annotations.
    Stand-alone AnnotationIntrospector that defines functionality to discover names of constructor (and factory method) parameters, on top of default Jackson annotation processing.
    Simple wrapper used to hide the fact that paranamer accessor itself if not JDK serializable in a way to keep actual ObjectMapper / ObjectReader serializable.