/ 

org.springframework/ spring-beans/ 5.3.3/ org/springframework/beans/factory/xml/BeanDefinitionParser.class

 

  • abstract class publicBeanDefinitionParser
    • abstract method publicparse(Element, ParserContext): BeanDefinition
https://github.com/spring-projects/spring-framework: Spring Beans (Spring IO)
  • Apache License, Version 2.0
  • Juergen Hoeller
public interface org.springframework.beans.factory.xml.BeanDefinitionParser
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.beans.factory.xml.BeanDefinitionParser
  super_class: java.lang.Object
{
  public abstract org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext);
    descriptor: (Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;)Lorg/springframework/beans/factory/config/BeanDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
               Name  Flags
      element        
      parserContext  
}
SourceFile: "BeanDefinitionParser.java"


Missing a library or version you want to see? Open an issue!
Icon set and themes from IntelliJ Community