If {@link #getReason()} is not null then provides the reason why theproposed value is invalid, otherwise the new value is acceptable.
48495051525354
} @Override public ParseValueEvent createInteractionEvent() { final String proposedPojo = (String) unwrap(getProposed()); return new ParseValueEvent(unwrap(getTarget()), getIdentifier(), proposedPojo); }
49505152535455
47484950515253