public class EndpointAsBeanProperty extends 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.BeanProperty.Std
Modifier and Type | Field and Description |
---|---|
AnnotationMap |
_annotations |
static PropertyName |
ENDPOINT_NAME |
_contextAnnotations, _member, _metadata, _name, _type, _wrapperName
Constructor and Description |
---|
EndpointAsBeanProperty(JavaType type,
Annotation[] annotations) |
depositSchemaProperty, getAnnotation, getContextAnnotation, getFullName, getMember, getMetadata, getName, getType, getWrapperName, isRequired, isVirtual, withType
public static final PropertyName ENDPOINT_NAME
public final AnnotationMap _annotations
public EndpointAsBeanProperty(JavaType type, Annotation[] annotations)
Copyright © 2016 JBoss by Red Hat. All rights reserved.