org.apache.mina.integration.beans
Class PropertyEditorFactory
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static PropertyEditor getInstance(Object object)
getInstance
public static PropertyEditor getInstance(Class<?> type)
Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.