ShannonDing commented on PR #7650: URL: https://github.com/apache/rocketmq/pull/7650#issuecomment-1855694797
LoaderOptions loaderOptions = new LoaderOptions(); TagInspector tagInspector = tag -> tag.getClassName().equals(PlainAccessConfig.class.getName()); loaderOptions.setTagInspector(tagInspector); Yaml yaml = new Yaml(new Constructor(loaderOptions)); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org