Searched refs:isTypeId (Results 1 – 6 of 6) sorted by relevance
269 public boolean isTypeId() { return false; } in isTypeId() method in BeanPropertyDefinition
436 public Boolean isTypeId(AnnotatedMember member) { in isTypeId() method in AnnotationIntrospectorPair437 Boolean b = _primary.isTypeId(member); in isTypeId()438 return (b == null) ? _secondary.isTypeId(member) : b; in isTypeId()
695 public boolean isTypeId() {699 return _annotationIntrospector.isTypeId(member);
628 public Boolean isTypeId(AnnotatedMember member) { in isTypeId() method in JacksonAnnotationIntrospector
482 public Boolean isTypeId(AnnotatedMember member) { return null; } in isTypeId() method in AnnotationIntrospector
601 if (property.isTypeId()) { in findBeanProperties()