()
| 117 | } |
| 118 | |
| 119 | getValidatorCompiler () { |
| 120 | return this.validatorCompiler || (this.parent && this.parent.getValidatorCompiler()) |
| 121 | } |
| 122 | |
| 123 | getSerializerCompiler () { |
| 124 | return this.serializerCompiler || (this.parent && this.parent.getSerializerCompiler()) |
no outgoing calls
no test coverage detected