Uses of Class
biz.gabrys.maven.plugin.util.parameter.converter.AbstractValueToStringConverter
-
Packages that use AbstractValueToStringConverter Package Description biz.gabrys.maven.plugin.util.parameter.converter Contains converters responsible for converting parameters values to string representation. -
-
Uses of AbstractValueToStringConverter in biz.gabrys.maven.plugin.util.parameter.converter
Subclasses of AbstractValueToStringConverter in biz.gabrys.maven.plugin.util.parameter.converter Modifier and Type Class Description class
CollectionToStringConverter
Responsible for converting collections to string representation.class
DefaultValueToStringConverter
DefaultValueToStringConverter
which allows to converts basic types.
-