Update javadoc to describe registration through spring.factories
See gh-43313
This commit is contained in:
parent
512584d990
commit
aaaeddcd7d
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue