public interface StringCoercionExtension
String
s to an instance of the given type, when when validating
Proposition
Term
sModifier and Type | Method and Description |
---|---|
boolean |
canCoerce(String type,
String value)
Can this StringCoercionExtension coerce the given type and value into an Object?
|
Object |
coerce(String type,
String value)
Returns an Object of the given type populated with the given value.
|
boolean canCoerce(String type, String value)
type
- of Object to coerce to.value
- value to use for coerced typeCopyright © 2005–2016 The Kuali Foundation. All rights reserved.