Update javadoc to describe registration through spring.factories

See gh-43313
This commit is contained in:
Yanming Zhou 2024-11-29 08:42:21 +08:00 committed by Andy Wilkinson
parent 512584d990
commit aaaeddcd7d
1 changed files with 3 additions and 1 deletions

View File

@ -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>