Browse Source
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1933 50f2f4bb-b051-0410-bef5-90022cba6387pull/1/head
2 changed files with 8 additions and 12 deletions
@ -1,9 +0,0 @@
@@ -1,9 +0,0 @@
|
||||
package org.springframework.core.convert.support; |
||||
|
||||
import org.springframework.core.convert.TypeDescriptor; |
||||
|
||||
public interface MatchableGenericConverter extends GenericConverter { |
||||
|
||||
boolean matches(TypeDescriptor sourceType, TypeDescriptor targetType); |
||||
|
||||
} |
||||
Loading…
Reference in new issue