public static class BasicPropertyResolver.StringResolver extends BasicPropertyResolver<String>
BasicPropertyResolver.ClassResolver, BasicPropertyResolver.PropertyEditorDelegateResolver<V>, BasicPropertyResolver.StringResolver
Constructor and Description |
---|
StringResolver() |
Modifier and Type | Method and Description |
---|---|
protected String |
resolvePropertyFromString(String propertyValue,
Class<String> propertyClass)
Should be overriden for resolvers, which are able to map simple String to expected java type
|
resolveProperty
protected String resolvePropertyFromString(String propertyValue, Class<String> propertyClass)
BasicPropertyResolver
resolvePropertyFromString
in class BasicPropertyResolver<String>
propertyValue
- property value from XML configurationpropertyClass
- type of property to returnCopyright © 2016 JBoss by Red Hat. All rights reserved.