DATACMNS-987 - Polishing.
Removed a bit of reflection from ApplicationContext interaction. Some generics tweaks to avoid unnecessary casts and compiler warnings. Static methods where possible. JavaDoc polish in ProjectingJackson2HttpMessageConverter.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2016 the original author or authors.
|
||||
* Copyright 2016-2017 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -42,7 +42,7 @@ import com.jayway.jsonpath.spi.mapper.JacksonMappingProvider;
|
||||
* {@link ProjectedPayload}.
|
||||
*
|
||||
* @author Oliver Gierke
|
||||
* @soundtrack Richard Spaven -Ice Is Nice (Spaven's 5ive)
|
||||
* @soundtrack Richard Spaven - Ice Is Nice (Spaven's 5ive)
|
||||
* @since 1.13
|
||||
*/
|
||||
public class ProjectingJackson2HttpMessageConverter extends MappingJackson2HttpMessageConverter
|
||||
|
||||
Reference in New Issue
Block a user