Package redempt.redlib.config.conversion
Class NativeConverter
java.lang.Object
redempt.redlib.config.conversion.NativeConverter
A converter which saves and loads directly to config without modifying the data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TypeConverter<T>
create()
Creates a native type converter
-
Constructor Details
-
NativeConverter
public NativeConverter()
-
-
Method Details
-
create
Creates a native type converter- Type Parameters:
T
- The type- Returns:
- A native type converter
-