Class DefaultConverter<T>
java.lang.Object
com.seibel.distanthorizons.coreapi.util.converters.DefaultConverter<T>
- All Implemented Interfaces:
IConverter<T,
T>
Returns the object passed in, doesn't do any conversion.
Helpful as the default converter in some cases.
Helpful as the default converter in some cases.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultConverter
public DefaultConverter()
-
-
Method Details
-
convertToCoreType
- Specified by:
convertToCoreType
in interfaceIConverter<T,
T>
-
convertToApiType
- Specified by:
convertToApiType
in interfaceIConverter<T,
T>
-