Home
last modified time | relevance | path

Searched defs:createIt (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestConstructFromMap.java43 static FactoryFromPoint createIt(Point p) in createIt() method in TestConstructFromMap.FactoryFromPoint
DTestCreators.java67 @JsonCreator protected static FactoryBean createIt(@JsonProperty("f") double value) { in createIt() method in TestCreators.FactoryBean
99 static FactoryBean createIt(@JsonProperty("mixed") double xyz) { in createIt() method in TestCreators.FactoryBeanMixIn
290 static MapWithFactory createIt(@JsonProperty("b") Boolean b) in createIt() method in TestCreators.MapWithFactory