public interface ConvertToLoggable<T>
Modifier and Type | Method and Description |
---|---|
LoggableValue |
convertObject(T object)
Converts the given value to a loggable value
|
@Nullable @Contract(pure=true) LoggableValue convertObject(@Nullable T object)
object
- The object to log