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.
|
Modifier and Type | Method and Description |
---|---|
protected ValueToStringConverter |
ParametersLogBuilder.Container.getConverter()
Returns a converter responsible for converting parameter value to string representation.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
Container(Object value,
ValueToStringConverter converter,
ValueSanitizer sanitizer)
Constructs a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractValueToStringConverter
Helps in implementing
converters which are null safe. |
class |
ArrayToStringConverter
Responsible for converting arrays to string representation.
|
class |
CollectionToStringConverter
Responsible for converting collections to string representation.
|
class |
DefaultValueToStringConverter
Default
ValueToStringConverter which allows to converts basic types. |
class |
ObjectToStringConverter
Responsible for converting objects to string representation.
|
Copyright © 2015–2016 gabrys.biz. All rights reserved.