generic converter updates
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user