All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.open.jwtdependency.com.fasterxml.jackson.databind.introspect.package-info Maven / Gradle / Ivy

Go to download

This is a drop in replacement for the auth0 java-jwt library (see https://github.com/auth0/java-jwt). This jar makes sure there are no external dependencies (e.g. fasterXml, Apacha Commons) needed. This is useful when deploying to an application server (e.g. tomcat with Alfreso or Pega).

The newest version!
/**
 * Functionality needed for Bean introspection, required for detecting
 * accessors and mutators for Beans, as well as locating and handling
 * method annotations.
 *

* Beyond collecting annotations, additional "method annotation inheritance" * is also supported: whereas regular JDK classes do not add annotations * from overridden methods in any situation. But code in this package does. * Similarly class-annotations are inherited properly from interfaces, in * addition to abstract and concrete classes. */ package com.fasterxml.jackson.databind.introspect;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy