
public enum DiscriminatorStrategy
{
    UNSPECIFIED,
    NONE,
    VALUE_MAP,
    CLASS_NAME
}
