Class TemplateMethodInfo

    • Constructor Detail

      • TemplateMethodInfo

        public TemplateMethodInfo​(java.lang.reflect.Method method)
        Default constructor.
        Parameters:
        method -
    • Method Detail

      • getCodeTemplate

        public java.lang.String getCodeTemplate()
        Description copied from interface: ITemplateMethodInfo
        Returns the template code snippet for the method.
        Specified by:
        getCodeTemplate in interface ITemplateMethodInfo
        Returns:
        the code template in string