Class ConvertBeanToMapOperation

    • Field Detail

      • valueConverter

        @Inject
        protected ValueConverter valueConverter
        The value converter being used.
    • Constructor Detail

      • ConvertBeanToMapOperation

        public ConvertBeanToMapOperation()
    • Method Detail

      • execute

        public Map<String,​Object> execute​(Object aParameter,
                                                Object anUnusedSecondParameter)
        Description copied from interface: Operation
        Executes the operation logic.
        Specified by:
        execute in interface Operation<Object,​Object,​Map<String,​Object>>
        Parameters:
        aParameter - the prefix parameter, or null if none was given or the value is not available at the time of the call
        anUnusedSecondParameter - the postfix parameter, or null if none was given or the value is not available at the time of the call
        Returns:
        the result value