Interface StringExpressionFactory

All Known Implementing Classes:
StringFactory

public interface StringExpressionFactory
Factory class for StringExpressionBean classes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a set of classes that implements the StringExpression interface.
    default void
    Init the factory, for example create categories.
  • Method Details

    • init

      default void init()
      Init the factory, for example create categories.
    • getClasses

      Get a set of classes that implements the StringExpression interface.
      Returns:
      a set of entries with category and class