Class PiranhaBeanArchiveHandler

java.lang.Object
cloud.piranha.micro.core.PiranhaBeanArchiveHandler
All Implemented Interfaces:
org.jboss.weld.environment.deployment.discovery.BeanArchiveHandler

@Priority(10)
public class PiranhaBeanArchiveHandler
extends java.lang.Object
implements org.jboss.weld.environment.deployment.discovery.BeanArchiveHandler
An Archive handler for Weld that implicitly reads the classes in an archive deployed to Piranha via the META-INF/piranha.idx file.
Author:
Arjan Tijms
  • Constructor Summary

    Constructors 
    Constructor Description
    PiranhaBeanArchiveHandler()  
  • Method Summary

    Modifier and Type Method Description
    org.jboss.weld.environment.deployment.discovery.BeanArchiveBuilder handle​(java.lang.String beanArchiveReference)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • handle

      public org.jboss.weld.environment.deployment.discovery.BeanArchiveBuilder handle​(java.lang.String beanArchiveReference)
      Specified by:
      handle in interface org.jboss.weld.environment.deployment.discovery.BeanArchiveHandler