Polishing
This commit is contained in:
@@ -28,7 +28,7 @@ import org.springframework.test.bean.override.BeanOverride;
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface ExampleBeanOverrideAnnotation {
|
||||
|
||||
static final String DEFAULT_VALUE = "TEST OVERRIDE";
|
||||
String DEFAULT_VALUE = "TEST OVERRIDE";
|
||||
|
||||
String value() default DEFAULT_VALUE;
|
||||
|
||||
|
||||
@@ -940,7 +940,7 @@ public class Jackson2ObjectMapperBuilder {
|
||||
|
||||
/**
|
||||
* Obtain a {@link Jackson2ObjectMapperBuilder} instance in order to
|
||||
* build a Yaml data format {@link ObjectMapper} instance.
|
||||
* build a YAML data format {@link ObjectMapper} instance.
|
||||
* @since 6.2
|
||||
*/
|
||||
public static Jackson2ObjectMapperBuilder yaml() {
|
||||
|
||||
@@ -65,7 +65,7 @@ public class MappingJackson2YamlHttpMessageConverter extends AbstractJackson2Htt
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* The {@code ObjectMapper} must be configured with a {@code YAMLFactory} instance.
|
||||
* <p>The {@code ObjectMapper} must be configured with a {@code YAMLFactory} instance.
|
||||
*/
|
||||
@Override
|
||||
public void setObjectMapper(ObjectMapper objectMapper) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Provides an HttpMessageConverter for the Yaml data format.
|
||||
* Provides an {@code HttpMessageConverter} for the YAML data format.
|
||||
*/
|
||||
@NonNullApi
|
||||
@NonNullFields
|
||||
|
||||
Reference in New Issue
Block a user