Class IntegrationEscapeUtil


  • public class IntegrationEscapeUtil
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String replaceWithUnderscore​(java.lang.String s)
      Replaces any/all non-alphanumeric characters with underscores.
      java.util.List<java.lang.String> replaceWithUnderscore​(java.util.List<java.lang.String> pieces)
      Replaces any/all non-alphanumeric characters with underscores.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegrationEscapeUtil

        public IntegrationEscapeUtil()
    • Method Detail

      • replaceWithUnderscore

        public java.util.List<java.lang.String> replaceWithUnderscore​(java.util.List<java.lang.String> pieces)
        Replaces any/all non-alphanumeric characters with underscores.
      • replaceWithUnderscore

        public java.lang.String replaceWithUnderscore​(java.lang.String s)
        Replaces any/all non-alphanumeric characters with underscores.