|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.converter.AbstractConverter<S,T>
org.databene.commons.converter.SimpleConverter<S,T>
public abstract class SimpleConverter<S,T>
Parent class for Converters that are neither parallelizable nor thead-safe.
Created: 26.02.2010 16:19:44
| Field Summary |
|---|
| Fields inherited from class org.databene.commons.converter.AbstractConverter |
|---|
sourceType, targetType |
| Constructor Summary | |
|---|---|
protected |
SimpleConverter(java.lang.Class<S> sourceType,
java.lang.Class<T> targetType)
|
| Method Summary | |
|---|---|
boolean |
isParallelizable()
|
boolean |
isThreadSafe()
|
| Methods inherited from class org.databene.commons.converter.AbstractConverter |
|---|
getSourceType, getTargetType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.databene.commons.Converter |
|---|
convert |
| Constructor Detail |
|---|
protected SimpleConverter(java.lang.Class<S> sourceType,
java.lang.Class<T> targetType)
| Method Detail |
|---|
public boolean isParallelizable()
public boolean isThreadSafe()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||