Searched refs:readableProperties (Results 1 – 2 of 2) sorted by relevance
36 …private final Map<Class<?>, Set<Property>> readableProperties = new HashMap<Class<?>, Set<Property… field in PropertyUtils99 if (readableProperties.containsKey(type)) { in getProperties()100 return readableProperties.get(type); in getProperties()103 readableProperties.put(type, properties); in getProperties()142 readableProperties.clear(); in setBeanAccess()149 readableProperties.clear(); in setAllowReadOnlyProperties()163 readableProperties.clear(); in setSkipMissingProperties()
90 if (readableProperties.containsKey(type)) {91 return readableProperties.get(type);