Home
last modified time | relevance | path

Searched defs:primaryMixIn (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotatedCreatorCollector.java49 JavaType type, Class<?> primaryMixIn, boolean collectAnnotations) in collectCreators()
59 Creators collect(JavaType type, Class<?> primaryMixIn) in collect()
99 Class<?> primaryMixIn) in _findPotentialConstructors()
186 private List<AnnotatedMethod> _findPotentialFactories(JavaType type, Class<?> primaryMixIn) in _findPotentialFactories()
DAnnotatedMethodCollector.java35 JavaType type, List<JavaType> superTypes, Class<?> primaryMixIn, in collectMethods()
44 JavaType mainType, List<JavaType> superTypes, Class<?> primaryMixIn) in collect()
DAnnotatedClass.java136 Class<?> primaryMixIn, Annotations classAnnotations, TypeBindings bindings, in AnnotatedClass()
154 Class<?> primaryMixIn, Annotations classAnnotations, TypeBindings bindings, in AnnotatedClass()