Class ObjectArrayToPrimitiveArray

    • Constructor Detail

      • ObjectArrayToPrimitiveArray

        public ObjectArrayToPrimitiveArray()
    • Method Detail

      • accepts

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Specified by:
        accepts in interface InputConsumer
        Returns:
        java.lang.Byte[].class, java.lang.Short[].class, java.lang.Integer[].class, java.lang.Long[].class, java.lang.Float[].class, java.lang.Double[].class
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Specified by:
        generates in interface OutputProducer
        Returns:
        int[].class, double[].class
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message