Interface UUIDParser


public interface UUIDParser
Reads a uuid out of text, in either the dashed or the plain form.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable UUID
    parse(String string)
    Parses a uuid.
  • Method Details

    • parse

      @Nullable UUID parse(String string)
      Parses a uuid.
      Parameters:
      string - the text
      Returns:
      the uuid, or null if the text is not one