public interface PojoBootstrapIntrospector
Modifier and Type | Method and Description |
---|---|
<T> PojoGenericTypeModel<T> |
getGenericTypeModel(Class<T> clazz) |
<T> PojoRawTypeModel<T> |
getTypeModel(Class<T> clazz) |
<T> PojoRawTypeModel<T> getTypeModel(Class<T> clazz)
T
- The typeclazz
- The Java class representing the raw version of the type<T> PojoGenericTypeModel<T> getGenericTypeModel(Class<T> clazz)
T
- The typeclazz
- The Java class representing the raw version of the typeCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.