Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DPropertyMetadataTest.java17 assertSame(name, name.withNamespace(null)); in testPropertyName()
24 PropertyName newName = name.withNamespace(""); in testPropertyName()
34 newName = name.withNamespace("ns"); in testPropertyName()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DPropertyName.java140 public PropertyName withNamespace(String ns) { in withNamespace() method in PropertyName