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, Mahmoud Ben Hassine
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    parse(Element element, org.springframework.beans.factory.support.AbstractBeanDefinition bd, org.springframework.beans.factory.xml.ParserContext parserContext, boolean underspecified)
    Do the parsing.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)
      Do the parsing.
      Parameters:
      bd - An AbstractBeanDefinition instance of the containing bean.
      element - The element to parse
      parserContext - The context to use
      underspecified - If true, a fatal error is not raised if the attribute or the element is missing.