Home
last modified time | relevance | path

Searched refs:msgTemplate (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJsonNode.java1160 protected <T> T _reportRequiredViolation(String msgTemplate, Object...args) { in _reportRequiredViolation() argument
1161 throw new IllegalArgumentException(String.format(msgTemplate, args)); in _reportRequiredViolation()