Package 

Class NullParser

  • 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)
    • Method Summary

      Modifier and Type Method Description
      T invoke(String value)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullParser

        NullParser(Function1<String, T> nonNulls)