We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduce an EnumSetProperty that goes along with EnumSetPropertyType.
EnumSetPropertyType
EnumSetProperty
SetProperty
PropertyType<Set<E>>
EnumSetProperty(String path, Class<E> enumClass, E... defaultValue)
EnumSetProperty(String path, Class<E> enumClass, EnumSet<E> defaultValue)
LowercaseStringSetPropertyTest
The text was updated successfully, but these errors were encountered:
Hi @ljacqu can you assigne me issue? I would like to contribute
Sorry, something went wrong.
Hi @lengeligor, absolutely, thanks for picking this up!
#383 Add EnumSetProperty (#441)
d7803f6
* 383 -> add EnumSetProperty.java * 383 -> code climate edits * 383 -> edit by review comments * 383 -> edit by review comments * 383 -> Fix constructor call
lengeligor
No branches or pull requests
Introduce an EnumSetProperty that goes along with
EnumSetPropertyType
.To do
EnumSetProperty
in the same package asSetProperty
SetProperty
and use the constructor that takesPropertyType<Set<E>>
as argumentEnumSetPropertyType
EnumSetProperty(String path, Class<E> enumClass, E... defaultValue)
andEnumSetProperty(String path, Class<E> enumClass, EnumSet<E> defaultValue)
LowercaseStringSetPropertyTest
)The text was updated successfully, but these errors were encountered: