Package io.jmix.flowui.xml.layout.loader
Interface PropertyParser
- All Known Implementing Classes:
DataContainerPropertyParser
,DataLoaderPropertyParser
,IconPropertyParser
public interface PropertyParser
A parser for converting string representation into actual value by
PropertiesLoaderSupport
-
Method Summary
Modifier and TypeMethodDescriptionparse
(PropertyParsingContext context) Parses a value from string representation.boolean
supports
(PropertyParsingContext context)
-
Method Details
-
supports
- Parameters:
context
- a context object- Returns:
- whether this parser can parse a value from string representation
-
parse
Parses a value from string representation.- Parameters:
context
- a context object- Returns:
- parsed value
-