Class CdiArtifactFactory

java.lang.Object
org.camunda.bpm.engine.cdi.CdiArtifactFactory
All Implemented Interfaces:
ArtifactFactory

public class CdiArtifactFactory extends Object implements ArtifactFactory
Author:
Mark Struberg
  • Constructor Details

    • CdiArtifactFactory

      public CdiArtifactFactory()
  • Method Details

    • getArtifact

      public <T> T getArtifact(Class<T> clazz)
      Specified by:
      getArtifact in interface ArtifactFactory
      Parameters:
      clazz - of the artifact to create
      Returns:
      the instance of the fullyQualifiedClassName