Searched refs:rawPropertyType (Results 1 – 2 of 2) sorted by relevance
140 Class<?> rawPropertyType = accessor.getRawType(); in buildWriter() local146 rawPropertyType, _defaultInclusion); in buildWriter()
698 Class<?> rawPropertyType = property.getRawPrimaryType(); in filterBeanProps() local700 if ((rawPropertyType != null) in filterBeanProps()701 … && isIgnorableType(ctxt.getConfig(), property, rawPropertyType, ignoredTypes)) { in filterBeanProps()