Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DTestNamingStrategyCustom.java160 static class BeanWithPrefixNames class in TestNamingStrategyCustom
248 BeanWithPrefixNames input = new BeanWithPrefixNames(); in testPerClassAnnotation()
252 BeanWithPrefixNames output = mapper.readValue("{\"Set-a\":7}", in testPerClassAnnotation()
253 BeanWithPrefixNames.class); in testPerClassAnnotation()