509510511512513514515
} throw new IllegalArgumentException("Unsuitable method ("+factory+") decorated with @JsonCreator (for Enum type " +enumClass.getName()+")"); } } return new EnumDeserializer(constructEnumResolver(enumClass, config)); }