Interface BeansXml


  • public interface BeansXml
    • Field Detail

      • EMPTY_BEANS_XML

        static final BeansXml EMPTY_BEANS_XML
    • Method Detail

      • getEnabledAlternativeStereotypes

        List<Metadata<String>> getEnabledAlternativeStereotypes()
      • getScanning

        Scanning getScanning()
        Returns:
        Initialized Scanning instance or Scanning.EMPTY_SCANNING if empty. Never null.
      • getUrl

        URL getUrl()
      • getBeanDiscoveryMode

        BeanDiscoveryMode getBeanDiscoveryMode()
        Returns:
        The value of the bean-discovery-mode attribute or BeanDiscoveryMode.ALL if the file does not contain the bean-discovery-mode attribute.
      • getVersion

        String getVersion()
        Returns:
        the value of the version attribute or null if the version is not explicitly specified
      • isTrimmed

        boolean isTrimmed()
        Returns:
        true if the trim element is specified
        Since:
        3.0