blob: 153f29baf1a81b748711138836a8cde19c3de30e [file] [log] [blame]
public enum DiscriminatorStrategy
{
UNSPECIFIED,
NONE,
VALUE_MAP,
CLASS_NAME
}