Class HashCodeConverter
java.lang.Object
com.github.joschi.jadconfig.guava.converters.HashCodeConverter
- All Implemented Interfaces:
Converter<com.google.common.hash.HashCode>
Converter for type
HashCode.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HashCodeConverter
public HashCodeConverter()
-
-
Method Details
-
convertFrom
Returns aHashCodeinstance representing the specifiedStringvalue.- Specified by:
convertFromin interfaceConverter<com.google.common.hash.HashCode>- Parameters:
value- The configuration parameter'sStringvalue- Returns:
- An
HashCodeinstance representing the configuration parameter's value
-
convertTo
Returns aStringinstance representing the configuration parameter's value.
-