Class ChunkElementParser

java.lang.Object
org.springframework.batch.core.configuration.xml.ChunkElementParser

public class ChunkElementParser extends Object
Internal parser for the <chunk/> element inside a step.
Since:
2.0
Author:
Thomas Risberg
  • Constructor Details

    • ChunkElementParser

      public ChunkElementParser()
  • Method Details

    • parse

      protected void parse(Element element, org.springframework.beans.factory.support.AbstractBeanDefinition bd, org.springframework.beans.factory.xml.ParserContext parserContext, boolean underspecified)
      Parameters:
      bd - AbstractBeanDefinition instance of the containing bean.
      element - the element to parse
      parserContext - the context to use
      underspecified - if true, a fatal error will not be raised if attribute or element is missing.