Skip to content

Documentation definition for ConditionalGenericConverter not the same as the source definition [SPR-13071] #17663

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions