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