Posted here: https://stackoverflow.com/questions/45742578/hibernate-validatevalue-interaction-with-value-extractor Validator.validateValue does not inject provided value to JavaFX's ObjectProperty and throws ClassCastException. Providing an ObjectProperty as the value to validateValue unwraps the value before attempting to set it. |