Home
last modified time | relevance | path

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

/external/jackson-databind/attic/
DTypeBindings.java118 public JavaType findType(String name, boolean mustFind) in findType() argument
131 return _parentBindings.findType(name, mustFind); in findType()
150 if (!mustFind) { in findType()