Class MapGetExecutor


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

      • MapGetExecutor

        public MapGetExecutor​(org.slf4j.Logger log,
                              Object object,
                              String property)