Package biz.gabrys.maven.plugin.util.parameter.converter
Contains converters responsible for converting parameters values to string representation.
-
Interface Summary Interface Description ValueToStringConverter Responsible for converting parameters values to string representation. -
Class Summary Class Description AbstractValueToStringConverter Helps in implementingconverters
which are null safe.ArrayToStringConverter Responsible for converting arrays to string representation.CollectionToStringConverter Responsible for converting collections to string representation.DefaultValueToStringConverter DefaultValueToStringConverter
which allows to converts basic types.ObjectToStringConverter Responsible for converting objects to string representation.