Class AccessLogCustomizer<T extends org.springframework.boot.web.server.WebServerFactory>
java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.server.AccessLogCustomizer<T>
- Type Parameters:
T- theWebServerFactorytype that can be customized
- All Implemented Interfaces:
org.springframework.boot.web.server.WebServerFactoryCustomizer<T>,org.springframework.core.Ordered
public abstract class AccessLogCustomizer<T extends org.springframework.boot.web.server.WebServerFactory>
extends Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<T>, org.springframework.core.Ordered
Base class for a
WebServerFactoryCustomizer that customizes the web server's
access log.- Since:
- 4.0.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable StringcustomizePrefix(@Nullable String existingPrefix) intgetOrder()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.web.server.WebServerFactoryCustomizer
customize
-
Constructor Details
-
AccessLogCustomizer
-
-
Method Details
-
customizePrefix
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-