Home
last modified time | relevance | path

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

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DConstructor.java52 protected final Map<Class<? extends Object>, TypeDescription> typeDefinitions; field in Constructor
87 typeDefinitions = new HashMap<Class<? extends Object>, TypeDescription>(); in Constructor()
133 return typeDefinitions.put(definition.getType(), definition); in addTypeDescription()
243 TypeDescription memberDescription = typeDefinitions.get(beanType); in constructJavaBean2ndStep()