Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getMapper (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/ValidateJsonAgainstSchemaTask.java

        public void setReport(File report) {
            this.report = report;
        }
    
        @OutputFile
        public File getReport() {
            return this.report;
        }
    
        @Internal
        protected ObjectMapper getMapper() {
            return new ObjectMapper();
        }
    
        @Internal
        protected String getFileType() {
            return "JSON";
        }
    
        @TaskAction
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 28 11:09:58 GMT 2021
    - 5.4K bytes
    - Click Count (0)
Back to Top