Class DefaultWeaveAnnotationProcessorBinding

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultWeaveAnnotationProcessorBinding​(org.mule.weave.v2.api.tooling.location.ResourceIdentifier resourceIdentifier, org.mule.weave.v2.api.tooling.annotation.DWAnnotationProcessor annotationProcessor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.mule.weave.v2.api.tooling.annotation.DWAnnotationProcessor getAnnotationProcessor()  
      org.mule.weave.v2.api.tooling.location.ResourceIdentifier getResourceIdentifier()  
      • Methods inherited from class java.lang.Object

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

      • DefaultWeaveAnnotationProcessorBinding

        public DefaultWeaveAnnotationProcessorBinding​(org.mule.weave.v2.api.tooling.location.ResourceIdentifier resourceIdentifier,
                                                      org.mule.weave.v2.api.tooling.annotation.DWAnnotationProcessor annotationProcessor)
    • Method Detail

      • getResourceIdentifier

        public org.mule.weave.v2.api.tooling.location.ResourceIdentifier getResourceIdentifier()
        Specified by:
        getResourceIdentifier in interface WeaveAnnotationProcessorBinding
        Returns:
        the ResourceIdentifier which identifies the unique resource where the annotation processor will be executed to.