Class AbstractStringAdapter<ITEM_TYPE extends IStringItem>

    • Constructor Detail

    • Method Detail

      • getJsonRawType

        public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatTypes getJsonRawType()
        Description copied from interface: IDataTypeAdapter
        The JSON primative type of the data type.
        Returns:
        the JSON data type
      • parse

        public String parse​(String value)
        Description copied from interface: IDataTypeAdapter
        Parses a provided string. Used to parse XML attributes, simple XML character data, and JSON/YAML property values.
        Parameters:
        value - the string value to parse
        Returns:
        the parsed data as the adapter's type
      • copy

        public String copy​(Object obj)
        Description copied from interface: IDataTypeAdapter
        Create a copy of the provided value.
        Parameters:
        obj - the value to copy
        Returns:
        the copy