public abstract class AbstractTypeConvertor extends Object implements TypeConvertor
| Constructor and Description |
|---|
AbstractTypeConvertor(Class<?> fromType,
Class<?> toType)
Construct a Converter between given fromType an toType.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates and returns a copy of this object.
|
Class<?> |
fromType()
Get the type being converted from.
|
String |
toString() |
Class<?> |
toType()
Get the type being converted to.
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconfigure, convert, parameterizepublic final Object clone()
public final Class<?> fromType()
public final Class<?> toType()
Copyright © 2014. All rights reserved.