当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
BoundCoercionHandler (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util.coerce
Class BoundCoercionHandler
java.lang.Object
org.jboss.util.coerce.CoercionHandler
org.jboss.util.coerce.BoundCoercionHandler
- Direct Known Subclasses:
- CharacterHandler, ClassHandler, FileHandler
- public abstract class BoundCoercionHandler
- extends CoercionHandler
A bound CoersionHandler, which is bound to a specific class type.
- Version:
- $Revision: 1.1 $
- Author:
- Jason Dillon
Method Summary |
abstract Class |
getType()
Get the target class type for this CoercionHandler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundCoercionHandler
public BoundCoercionHandler()
getType
public abstract Class getType()
- Get the target class type for this CoercionHandler.
- Overrides:
getType
in class CoercionHandler
- Returns:
- Class type
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.