} catch (ValidationException e) {
errors.merge(e.getErrorMessages());
}
}
errors.throwValidationExceptionIfErrorsExist();
}
private <S, D> TypeMap<S, D> createTypeMapInternal(S source, Class<S> sourceType,
Class<D> destinationType, String typeMapName, Configuration configuration) {
if (source != null)