-
- All Implemented Interfaces:
-
kotlin.Function,kotlin.Function1
public final class NullParser<T extends Object> implements Function1<String, T>
Parses values to null if they equal the NULL_TYPE otherwise uses the given config parser
-
-
Constructor Summary
Constructors Constructor Description NullParser(Function1<String, T> nonNulls)
-