org.apache.mina.integration.beans
Class PropertyEditorFactory

java.lang.Object
  extended by org.apache.mina.integration.beans.PropertyEditorFactory

public final class PropertyEditorFactory
extends Object

A factory that creates a new PropertyEditor which is appropriate for the specified object or class.

Version:
$Rev: 601247 $, $Date: 2007-12-05 09:42:41 +0100 (mer, 05 déc 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Method Summary
static PropertyEditor getInstance(Class<?> type)
           
static PropertyEditor getInstance(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PropertyEditor getInstance(Object object)

getInstance

public static PropertyEditor getInstance(Class<?> type)


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.