Home
last modified time | relevance | path

Searched refs:readableProperties (Results 1 – 2 of 2) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DPropertyUtils.java36 …private final Map<Class<?>, Set<Property>> readableProperties = new HashMap<Class<?>, Set<Property… field in PropertyUtils
99 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()
/external/snakeyaml/src/patches/android/
DPropertyUtils.patch90 if (readableProperties.containsKey(type)) {
91 return readableProperties.get(type);