Module is.codion.swing.common.ui
Interface Parser<T>
- Type Parameters:
T
- the value type
public interface Parser<T>
Parses a value from a string
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The result of parsing a value from a String -
Method Summary
Modifier and TypeMethodDescriptionParses a value from the given text
-
Method Details
-
parse
Parses a value from the given text- Parameters:
text
- the text to parse- Returns:
- a parse result
-