Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
H A DSettableBeanProperty.java470 public boolean isInjectionOnly() { return false; } // overridden by CreatorProperty in isInjectionOnly() method in SettableBeanProperty
746 public boolean isInjectionOnly() { return delegate.isInjectionOnly(); } in isInjectionOnly() method in SettableBeanProperty.Delegating
H A DCreatorProperty.java317 public boolean isInjectionOnly() { in isInjectionOnly() method in CreatorProperty