JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
net.flectone.pulse.parser.string
UUIDParser
Contents
Description
Method Summary
Method Details
parse(String)
Hide sidebar
Show sidebar
Interface UUIDParser
public interface
UUIDParser
Reads a uuid out of text, in either the dashed or the plain form.
Method Summary
All Methods
Instance Methods
Abstract Methods
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