@Deprecated public class RestResourceConfigApply extends ConfigApply<RestResource>
RestResource annotations to a PropertyStoreBuilder.| Constructor and Description |
|---|
RestResourceConfigApply(Class<RestResource> c,
VarResolverSession r)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(AnnotationInfo<RestResource> ai,
PropertyStoreBuilder psb)
Deprecated.
Apply the specified annotation to the specified property store builder.
|
bool, integer, objectMap, objectMap, string, strings, strings, stringsMap, visibilitypublic RestResourceConfigApply(Class<RestResource> c, VarResolverSession r)
c - The annotation class.r - The resolver for resolving values in annotations.public void apply(AnnotationInfo<RestResource> ai, PropertyStoreBuilder psb)
ConfigApplyapply in class ConfigApply<RestResource>ai - The annotation.psb - The property store builder.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.