Class AbstractAnnotationScanner

  • All Implemented Interfaces:
    AnnotationScanner

    public abstract class AbstractAnnotationScanner
    extends Object
    implements AnnotationScanner
    Abstract base class for annotation scanners
    Author:
    Phillip Kruger (phillip.kruger@redhat.com)
    • Field Detail

      • currentAppPath

        protected String currentAppPath
    • Constructor Detail

      • AbstractAnnotationScanner

        public AbstractAnnotationScanner()
    • Method Detail

      • makePath

        protected String makePath​(String operationPath)
      • createPathFromSegments

        protected static String createPathFromSegments​(String... segments)
        Make a path out of a number of path segments.
        Parameters:
        segments - String paths
        Returns:
        Path built from the segments