getAllPossibilities

public static List<T> getAllPossibilities<T extends Enum<T>>(List<String> raw, Class<T> clazz)

Get all different enum values that match the ones in the list.

Return

The mapped list

Parameters

raw

The string values

clazz

The enum

<T>

The enum