public class EndpointAsBeanProperty
extends com.fasterxml.jackson.databind.BeanProperty.Std
BeanProperty
implementation used for passing annotations
from JAX-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 JAX-RS API
limitations, we are only given annotations associated, and that
has to do.Modifier and Type | Field and Description |
---|---|
com.fasterxml.jackson.databind.introspect.AnnotationMap |
_annotations |
static com.fasterxml.jackson.databind.PropertyName |
ENDPOINT_NAME |
Constructor and Description |
---|
EndpointAsBeanProperty(com.fasterxml.jackson.databind.JavaType type,
Annotation[] annotations) |
public static final com.fasterxml.jackson.databind.PropertyName ENDPOINT_NAME
public final com.fasterxml.jackson.databind.introspect.AnnotationMap _annotations
public EndpointAsBeanProperty(com.fasterxml.jackson.databind.JavaType type, Annotation[] annotations)
Copyright © 2012–2013 FasterXML. All rights reserved.