Class SerializableParanamer

  • All Implemented Interfaces:
    Serializable

    public class SerializableParanamer
    extends Object
    implements Serializable
    Simple wrapper used to hide the fact that paranamer accessor itself if not JDK serializable in a way to keep actual ObjectMapper / ObjectReader serializable.
    See Also:
    Serialized Form
    • Field Detail

      • _paranamer

        protected transient com.thoughtworks.paranamer.Paranamer _paranamer
    • Constructor Detail

      • SerializableParanamer

        public SerializableParanamer()
      • SerializableParanamer

        public SerializableParanamer​(com.thoughtworks.paranamer.Paranamer paranamer)
    • Method Detail

      • defaultParanamer

        protected com.thoughtworks.paranamer.Paranamer defaultParanamer()
        Overridable method in case someone really wants to sub-class this implementation.
      • findParameterName

        public String findParameterName​(com.fasterxml.jackson.databind.introspect.AnnotatedParameter param)