public class BeanUtil extends Object
Constructor and Description |
---|
BeanUtil() |
Modifier and Type | Method and Description |
---|---|
static List<com.fasterxml.jackson.databind.JavaType> |
findSuperTypes(com.fasterxml.jackson.databind.JavaType type,
Class<?> endBefore)
Method that will find all sub-classes and implemented interfaces
of a given class or interface.
|
static List<com.fasterxml.jackson.databind.JavaType> |
findSuperTypes(com.fasterxml.jackson.databind.JavaType type,
Class<?> endBefore,
List<com.fasterxml.jackson.databind.JavaType> result) |
protected static boolean |
isConcrete(Member member) |
protected static boolean isConcrete(Member member)
public static List<com.fasterxml.jackson.databind.JavaType> findSuperTypes(com.fasterxml.jackson.databind.JavaType type, Class<?> endBefore)
Object.class
is not included in the list
regardless of whether endBefore
argument is defined or not.endBefore
- Super-type to NOT include in results, if any; when
encountered, will be ignored (and no super types are checked).Copyright © 2014–2016 FasterXML. All rights reserved.