Interface CriteriaParser<T>


  • public interface CriteriaParser<T>
    This interface defines two methods for parsing a given string.
    Author:
    Christian Pape
    • Method Detail

      • parse

        T parse​(String string)
        This method returns an instance for a given string.
        Parameters:
        string - the string to be parsed
        Returns:
        the new instance
      • getDefault

        T getDefault()
        Returns a default value for this type.
        Returns:
        a default value