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 - the WebServerFactory type 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
    Modifier
    Constructor
    Description
    protected
    AccessLogCustomizer(@Nullable String prefix)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected @Nullable String
    customizePrefix(@Nullable String existingPrefix)
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.boot.web.server.WebServerFactoryCustomizer

    customize
  • Constructor Details

    • AccessLogCustomizer

      protected AccessLogCustomizer(@Nullable String prefix)
  • Method Details

    • customizePrefix

      @Contract("!null -> !null") protected @Nullable String customizePrefix(@Nullable String existingPrefix)
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered