Class MapSetExecutor


  • public class MapSetExecutor
    extends SetExecutor
    SetExecutor that is smart about Maps. If it detects one, it does not use Reflection but a cast to access the setter.
    Since:
    1.5
    Version:
    $Id$
    Author:
    Henning P. Schmiedehausen
    • Constructor Detail

      • MapSetExecutor

        public MapSetExecutor​(org.slf4j.Logger log,
                              Class clazz,
                              String property)
    • Method Detail

      • discover

        protected void discover​(Class<?> clazz)