Class StartsWithIgnoreCase

  • All Implemented Interfaces:
    Operator, MetadataComparator

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

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

    • Constructor Detail

      • StartsWithIgnoreCase

        public StartsWithIgnoreCase()
      • StartsWithIgnoreCase

        public StartsWithIgnoreCase​(java.lang.String result)