| Interface | Description |
|---|---|
| Consumer |
Generic log message consumer.
|
| ConsumerStatus |
Generic log message consumer status.
|
| Jsonable |
Content type checker.
|
| Printable |
Content type checker.
|
| Xmlable |
Content type checker.
|
| Class | Description |
|---|---|
| LogConsumer |
Trivial implementation of Consumer with java jdk14 logging api.
|
| LogConsumerStatus |
Trivial implementation of Consumer with java jdk14 logging api.
|
| LogFilter |
LogFilter logs content of http requests and responses.
|
| SimpleJsonable |
Siple implementation for
"application/json"
"application/*+json"
any content type containg "json"
|
| SimplePrintable |
Siple implementation for printable
empty content type
starting with "text/"
"application/json"
"application/*+json"
any content type containg "json"
"application/xml"
"application/xml"
"application/*+xml"
starts with "application/x-www-form-urlencoded"))
|
| SimpleXmlable |
Siple implementation for
"application/json"
"application/*+json"
any content type containg "json"
|
| XmlFormat |
Helper class for formating xml in string form.
|
Copyright © 2020. All rights reserved.