com.ibm.itim.common

Class EnhancedStringValueConverter

  • java.lang.Object
    • com.ibm.itim.common.EnhancedStringValueConverter


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String convert(java.lang.String value)
      Method will attempt to scan the value and detect a more complex data structure.
      • Methods inherited from class java.lang.Object

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

      • EnhancedStringValueConverter

        public EnhancedStringValueConverter()
    • Method Detail

      • convert

        public static java.lang.String convert(java.lang.String value)
        Method will attempt to scan the value and detect a more complex data structure. If one of the known data structures is detected, the value will be converted to a simpler string representation of the original value.
        Parameters:
        value -
        Returns:
        The simpler string representation of the original value if a known data structure is detected. Else return the original value.