Class NotImplementedElementBuilder
java.lang.Object
io.micronaut.http.server.netty.handler.accesslog.element.NotImplementedElementBuilder
- All Implemented Interfaces:
- Ordered,- LogElementBuilder
Builder for not implemented tokens.
- 
Field SummaryFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
NotImplementedElementBuilderpublic NotImplementedElementBuilder()
 
- 
- 
Method Details- 
getOrderpublic int getOrder()
- 
buildDescription copied from interface:LogElementBuilderBuilds the log element for the specified token. It should return null it the token is not supported.- Specified by:
- buildin interface- LogElementBuilder
- Parameters:
- token- The log element marker.
- param- An optional paramter.
- Returns:
- A LogElement or null if not supported by the builder.
 
 
-