Class StringToByteConverter

java.lang.Object
org.apache.dubbo.common.convert.StringToByteConverter
All Implemented Interfaces:
Comparable<Prioritized>, Converter<String,Byte>, StringConverter<Byte>, Prioritized

public class StringToByteConverter extends Object implements StringConverter<Byte>
The class to convert String to Byte
Since:
3.0.4
  • Constructor Details

    • StringToByteConverter

      public StringToByteConverter()
  • Method Details