Interface PropertyParser

All Known Implementing Classes:
DataContainerPropertyParser, DataLoaderPropertyParser, IconPropertyParser

public interface PropertyParser
A parser for converting string representation into actual value by PropertiesLoaderSupport
  • Method Details

    • supports

      boolean supports(PropertyParsingContext context)
      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