Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DTestPropertyRename.java12 static class Bean323WithIgnore { class in TestPropertyRename
16 public Bean323WithIgnore(@JsonProperty("a") final int a ) { in Bean323WithIgnore() method in TestPropertyRename.Bean323WithIgnore
64 Bean323WithIgnore input = new Bean323WithIgnore(7); in testCreatorPropRenameWithIgnore()