Class CaseInsensitiveStringMappedEnum<E>

java.lang.Object
io.datarouter.enums.MappedEnum<E,String>
io.datarouter.enums.CaseInsensitiveStringMappedEnum<E>

public class CaseInsensitiveStringMappedEnum<E> extends MappedEnum<E,String>
Avoid this class if you don't need it, preferring a normal MappedEnum of Strings with case-sensitive logic. If you can't avoid the need for case-insensitive mapping, this class helps with it.