public interface PrefixedPropertyResolver extends PropertyResolver
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix()
Prefix which this property resolver handles.
|
resolvePropertyString getPrefix()
CompoundPropertyResolver will not execute this resolver if prefix does not match
property name. If at least one resolver matches the prefix, CompoundPropertyResolver
will not execute any of the non-matching Resolvers.Copyright © 2013 Atteo. All Rights Reserved.