performance improvement in AbstractBeanProcessor.getMergedExcludes(), avoids the...
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 2 Jun 2015 10:47:52 +0000 (12:47 +0200)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 2 Jun 2015 11:07:51 +0000 (13:07 +0200)
commit54700bcb9656b6c814d22ebe755e98c3c4c752f0
tree707d0ac95b3e9681ec610ac5999007757149cc59
parent862d1cdade87436408f699aec00a527f3e5e174f
performance improvement in AbstractBeanProcessor.getMergedExcludes(), avoids the merging of the collection each time the processBean() method is called, this can take place several 10 thousand times for one request - contributes to #4925
cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/json/processor/bean/AbstractBeanProcessor.java