|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cpa.persistence.convertor.AbstractTypeConvertor
org.castor.cpa.persistence.convertor.AbstractSimpleTypeConvertor
public abstract class AbstractSimpleTypeConvertor
Abstract base class to convert from one type to another without any configuration or parameters.
| Constructor Summary | |
|---|---|
AbstractSimpleTypeConvertor(java.lang.Class fromType,
java.lang.Class toType)
Construct a Converter between given fromType an toType. |
|
| Method Summary | |
|---|---|
void |
configure(Configuration configuration)
|
void |
parameterize(java.lang.String parameter)
|
| Methods inherited from class org.castor.cpa.persistence.convertor.AbstractTypeConvertor |
|---|
clone, fromType, toString, toType |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.castor.cpa.persistence.convertor.TypeConvertor |
|---|
convert |
| Constructor Detail |
|---|
public AbstractSimpleTypeConvertor(java.lang.Class fromType,
java.lang.Class toType)
fromType - The type being converted from.toType - The type being converted to.| Method Detail |
|---|
public final void configure(Configuration configuration)
public final void parameterize(java.lang.String parameter)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||