Class StringConverter

java.lang.Object
org.asnlab.asndt.runtime.conv.AsnConverter
org.asnlab.asndt.runtime.conv.StringConverter

public class StringConverter extends AsnConverter
The StringConverter can convert Character Strings value object to/from String value.
  • Field Details

  • Constructor Details

    • StringConverter

      public StringConverter()
  • Method Details

    • toValue

      public String toValue(Object object)
      Return the String value
      Parameters:
      object - The Character Strings value object
      Returns:
      The value of string object
    • toObject

      public Object toObject(String value)
      Return the Character Strings value object
      Parameters:
      value - The value of string object
      Returns:
      The Character Strings value object