Class EndsWithIgnoreCase

  • All Implemented Interfaces:
    Operator, MetadataComparator

    @ComponentProfile(summary="Tests that a configured metadata value ends with the supplied value, ignoring case.",
                      tag="operator,comparator,metadata")
    public class EndsWithIgnoreCase
    extends EndsWith

    In the adapter configuration file this class is aliased as metadata-ends-with-ignore-case which is the preferred alternative to the fully qualified classname when building your configuration.

    • Constructor Detail

      • EndsWithIgnoreCase

        public EndsWithIgnoreCase()
      • EndsWithIgnoreCase

        public EndsWithIgnoreCase​(java.lang.String result)