mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Update javadoc to describe registration through spring.factories
See gh-43313
This commit is contained in:
committed by
Andy Wilkinson
parent
512584d990
commit
aaaeddcd7d
+3
-1
@@ -27,7 +27,9 @@ import org.springframework.core.env.Environment;
|
||||
* customize {@link JsonWriter} {@link Members}.
|
||||
* <p>
|
||||
* An implementation may be provided using the {@code logging.structured.json.customizer}
|
||||
* property.
|
||||
* property. Alternatively, implementations can be registered in
|
||||
* {@code META-INF/spring.factories} under the key
|
||||
* {@code org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer}.
|
||||
* <p>
|
||||
* Implementing classes can declare the following parameter types in the constructor:
|
||||
* <ul>
|
||||
|
||||
Reference in New Issue
Block a user