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 ValueToStringConverterParametersLogBuilder.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 ParametersLogBuilderParametersLogBuilder. append(String name, Object value, ValueToStringConverter converter)Appends a parameter with a valid value.ParametersLogBuilderParametersLogBuilder. 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 classAbstractValueToStringConverterHelps in implementingconverterswhich are null safe.classArrayToStringConverterResponsible for converting arrays to string representation.classCollectionToStringConverterResponsible for converting collections to string representation.classDefaultValueToStringConverterDefaultValueToStringConverterwhich allows to converts basic types.classObjectToStringConverterResponsible for converting objects to string representation.
-