@@ -337,10 +337,6 @@ class RepositoryRestHandlerMappingUnitTests {
|
||||
return super.isHandler(beanType);
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping#getHandlerInternal(jakarta.servlet.http.HttpServletRequest)
|
||||
*/
|
||||
@Override
|
||||
public HandlerMethod getHandlerInternal(HttpServletRequest request) throws Exception {
|
||||
return super.getHandlerInternal(request);
|
||||
|
||||
@@ -73,10 +73,6 @@ class RootResourceInformationUnitTests {
|
||||
|
||||
private static final Answer<Object> DEFAULT = Mockito.RETURNS_DEFAULTS;
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see org.mockito.stubbing.Answer#answer(org.mockito.invocation.InvocationOnMock)
|
||||
*/
|
||||
@Override
|
||||
public Object answer(InvocationOnMock invocation) throws Throwable {
|
||||
|
||||
|
||||
@@ -788,10 +788,6 @@ class DomainObjectReaderUnitTests {
|
||||
|
||||
private final Map<? extends Object, T> values;
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see com.fasterxml.jackson.databind.JsonDeserializer#deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext)
|
||||
*/
|
||||
@Override
|
||||
public T deserialize(JsonParser p, DeserializationContext ctxt) throws IOException, JsonProcessingException {
|
||||
|
||||
|
||||
@@ -317,10 +317,6 @@ class PersistentEntityJackson2ModuleUnitTests {
|
||||
super(CustomType.class);
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see com.fasterxml.jackson.databind.ser.std.StdSerializer#serialize(java.lang.Object, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider)
|
||||
*/
|
||||
@Override
|
||||
public void serialize(CustomType value, JsonGenerator gen, SerializerProvider provider) throws IOException {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user