Class TypeConverters.UuidConverter

    • Constructor Detail

      • UuidConverter

        public UuidConverter()
    • Method Detail

      • convert

        public UUID convert​(String s)
                     throws Exception
        Description copied from interface: TypeConverter
        Converts a String to a given type.
        Specified by:
        convert in interface TypeConverter<UUID>
        Parameters:
        s - the String to convert. Cannot be null.
        Returns:
        the converted object.
        Throws:
        Exception - thrown when a conversion error occurs