Searched refs:couldDeserialize (Results 1 – 4 of 4) sorted by relevance
152 public boolean couldDeserialize() { return getMutator() != null; } in couldDeserialize() method in BeanPropertyDefinition
775 if (!prop.couldDeserialize()) { in _removeUnwantedProperties()
395 public boolean couldDeserialize() { in couldDeserialize() method in POJOPropertyBuilder
758 if (!property.couldDeserialize() && !property.isExplicitlyIncluded()) { in removeSetterlessGetters()