Uses of Class
org.jboss.util.coerce.CoercionHandler

Packages that use CoercionHandler
org.jboss.util.coerce Object coercion helper classes. 
 

Uses of CoercionHandler in org.jboss.util.coerce
 

Subclasses of CoercionHandler in org.jboss.util.coerce
 class BoundCoercionHandler
          A bound CoersionHandler, which is bound to a specific class type.
 class CharacterHandler
          A Character coercion handler.
 class ClassHandler
          A java.lang.Class coercion handler.
 class FileHandler
          A java.io.File coercion handler.
 

Methods in org.jboss.util.coerce that return CoercionHandler
static CoercionHandler CoercionHandler.lookup(Class type)
          Lookup the CoercionHandler for a given class.
static CoercionHandler CoercionHandler.create(Class type)
          Create a CoercionHandler for the given class type.
 

Methods in org.jboss.util.coerce with parameters of type CoercionHandler
static void CoercionHandler.install(Class type, CoercionHandler handler)
          Install a CoercionHandler for a given class type.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.