Home
last modified time | relevance | path

Searched defs:hasValueTypeDeserializer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
H A DSettableBeanProperty.java409 public boolean hasValueTypeDeserializer() { return (_valueTypeDeserializer != null); } in hasValueTypeDeserializer() method in SettableBeanProperty
722 public boolean hasValueTypeDeserializer() { return delegate.hasValueTypeDeserializer(); } in hasValueTypeDeserializer() method in SettableBeanProperty.Delegating