Skip to content
New issue

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

Support CharSequence on @ExistInCodeList #402

Closed
1 task done
kazuki43zoo opened this issue Nov 17, 2015 · 0 comments
Closed
1 task done

Support CharSequence on @ExistInCodeList #402

kazuki43zoo opened this issue Nov 17, 2015 · 0 comments
Assignees
Milestone

Comments

@kazuki43zoo
Copy link
Contributor

Description

Support CharSequence instead of String on @ExistInCodeList.

Possible Solutions

Replace generic type(String -> CharSequence) and change class name (ExistInCodeListValidatorForString -> ExistInCodeListValidatorForCharSequence).

[Before]

public class ExistInCodeListValidatorForString
                                              extends
                                              AbstractExistInCodeListValidator<String> {
    // ...
}

[After]

public class ExistInCodeListValidatorForCharSequence
                                              extends
                                              AbstractExistInCodeListValidator<CharSequence> {
    // ...
}

Affects Version/s

  • 5.0.0.RELEASE - 5.0.1.RELEASE
  • 1.0.0.RELEASE - 1.0.2.RELEASE

Fix Version/s

  • 5.1.0

Issue Links

N/A

@kazuki43zoo kazuki43zoo added this to the 5.1.0 milestone Nov 17, 2015
btjinbotm added a commit that referenced this issue Dec 3, 2015
ikeyat added a commit that referenced this issue Dec 4, 2015
ikeyat added a commit that referenced this issue Dec 11, 2015
…uence-javadoc

Fix Javadoc of ExistInCodeListValidatorForCharSequence #402
@ikeyat ikeyat closed this as completed Dec 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants