Searched defs:findRootName (Results 1 – 7 of 7) sorted by relevance
25 public PropertyName findRootName(JavaType rootType, MapperConfig<?> config) { in findRootName() method in RootNameLookup29 public PropertyName findRootName(Class<?> rootType, MapperConfig<?> config) in findRootName() method in RootNameLookup
634 public abstract PropertyName findRootName(JavaType rootType); in findRootName() method in MapperConfig639 public abstract PropertyName findRootName(Class<?> rawRootType); in findRootName() method in MapperConfig
747 public PropertyName findRootName(JavaType rootType) { in findRootName() method in MapperConfigBase755 public PropertyName findRootName(Class<?> rawRootType) { in findRootName() method in MapperConfigBase
117 public PropertyName findRootName(AnnotatedClass ac) { in findRootName() method in IntrospectorPairTest.IntrospectorWithMap
245 public PropertyName findRootName(AnnotatedClass ac) { in findRootName() method in AnnotationIntrospector
106 public PropertyName findRootName(AnnotatedClass ac) in findRootName() method in AnnotationIntrospectorPair
282 public PropertyName findRootName(AnnotatedClass ac) in findRootName() method in JacksonAnnotationIntrospector