Uses of Interface
biz.gabrys.maven.plugin.util.parameter.converter.ValueToStringConverter
-
Packages that use ValueToStringConverter Package Description biz.gabrys.maven.plugin.util.parameter Contains utilities to operate on Mojos and methods parameters.biz.gabrys.maven.plugin.util.parameter.converter Contains converters responsible for converting parameters values to string representation. -
-
Uses of ValueToStringConverter in biz.gabrys.maven.plugin.util.parameter
Methods in biz.gabrys.maven.plugin.util.parameter that return ValueToStringConverter Modifier and Type Method Description protected ValueToStringConverter
ParametersLogBuilder.Container. getConverter()
Returns a converter responsible for converting parameter value to string representation.Methods in biz.gabrys.maven.plugin.util.parameter with parameters of type ValueToStringConverter Modifier and Type Method Description ParametersLogBuilder
ParametersLogBuilder. append(String name, Object value, ValueToStringConverter converter)
Appends a parameter with a valid value.ParametersLogBuilder
ParametersLogBuilder. append(String name, Object value, ValueToStringConverter converter, ValueSanitizer sanitizer)
Appends a parameter with a valid value.Constructors in biz.gabrys.maven.plugin.util.parameter with parameters of type ValueToStringConverter Constructor Description Container(Object value, ValueToStringConverter converter, ValueSanitizer sanitizer)
Constructs a new instance. -
Uses of ValueToStringConverter in biz.gabrys.maven.plugin.util.parameter.converter
Classes in biz.gabrys.maven.plugin.util.parameter.converter that implement ValueToStringConverter Modifier and Type Class Description class
AbstractValueToStringConverter
Helps in implementingconverters
which are null safe.class
ArrayToStringConverter
Responsible for converting arrays to string representation.class
CollectionToStringConverter
Responsible for converting collections to string representation.class
DefaultValueToStringConverter
DefaultValueToStringConverter
which allows to converts basic types.class
ObjectToStringConverter
Responsible for converting objects to string representation.
-