Class EndpointAsBeanProperty

java.lang.Object
com.fasterxml.jackson.databind.BeanProperty.Std
com.fasterxml.jackson.jakarta.rs.base.util.EndpointAsBeanProperty
All Implemented Interfaces:
BeanProperty, Named, Serializable

public class EndpointAsBeanProperty extends BeanProperty.Std
BeanProperty implementation used for passing annotations from Jakarta-RS endpoint into Jackson. This tries to imitate behavior one would get if actual resource method was used as POJO property; ideally this would be how implementation works but due Jakarta-RS API limitations, we are only given annotations associated, and that has to do.

NOTE: not yet used by Jakarta-RS provider, directly, as of Jackson 2.13

See Also: