|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.util.coerce.CoercionHandler
org.jboss.util.coerce.BoundCoercionHandler
org.jboss.util.coerce.CharacterHandler
A Character coercion handler.
| Constructor Summary | |
CharacterHandler()
|
|
| Method Summary | |
Object |
coerce(Object value,
Class type)
Coerces the given value into the given type (which should be Character.class). |
Object |
coerce(String value)
Coerces the given string into a Character, by taking off the first index of the string and wrapping it. |
Class |
getType()
Get the target class type for this CoercionHandler. |
| Methods inherited from class org.jboss.util.coerce.CoercionHandler |
create, install, install, isInstalled, lookup, uninstall |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CharacterHandler()
| Method Detail |
public Class getType()
getType in class BoundCoercionHandlerpublic Object coerce(Object value, Class type) throws CoercionException
This currently only support coercion from a String.
coerce in class CoercionHandlervalue - Value to coercetype - Character.class
CoercionException - Failed to coercepublic Object coerce(String value)
value - String value to convert to a Character
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||