protected static class ParametersLogBuilder.Container extends Object
Modifier | Constructor and Description |
---|---|
protected |
Container(Object value,
ValueToStringConverter converter,
ValueSanitizer sanitizer)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected ValueToStringConverter |
getConverter()
Returns a converter responsible for converting parameter value to string representation.
|
protected ValueSanitizer |
getSanitizer()
Returns a sanitizer responsible for sanitizing parameter value.
|
protected Object |
getValue()
Returns a parameter value.
|
protected Container(Object value, ValueToStringConverter converter, ValueSanitizer sanitizer)
value
- the parameter value.converter
- the converter responsible for converting parameter value to string representation.sanitizer
- the sanitizer responsible for sanitizing parameter value.protected Object getValue()
protected ValueToStringConverter getConverter()
protected ValueSanitizer getSanitizer()
Copyright © 2015–2016 gabrys.biz. All rights reserved.