Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ciprian opened SPR-13071 and commented
The ConditionalGenericConverter documentation definition differs from the source. Documentation:
public interface ConditionalGenericConverter extends GenericConverter { boolean matches(TypeDescriptor sourceType, TypeDescriptor targetType); }
Source:
public interface ConditionalGenericConverter extends GenericConverter, ConditionalConverter { }
Reference URL: http://docs.spring.io/spring/docs/current/spring-framework-reference/html/validation.html#core-convert-ConditionalGenericConverter-SPI
Referenced from: commits d605618
The text was updated successfully, but these errors were encountered:
snicoll
No branches or pull requests
Ciprian opened SPR-13071 and commented
The ConditionalGenericConverter documentation definition differs from the source.
Documentation:
Source:
Reference URL: http://docs.spring.io/spring/docs/current/spring-framework-reference/html/validation.html#core-convert-ConditionalGenericConverter-SPI
Referenced from: commits d605618
The text was updated successfully, but these errors were encountered: