public abstract class AbstractPojoHCAnnBootstrapIntrospector extends Object implements PojoBootstrapIntrospector
| Constructor and Description |
|---|
AbstractPojoHCAnnBootstrapIntrospector(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Annotation> |
getAnnotations(org.hibernate.annotations.common.reflection.XAnnotatedElement xAnnotated) |
protected <T> Stream<? extends Class<T>> |
getAscendingSuperClasses(org.hibernate.annotations.common.reflection.XClass xClass) |
Map<String,org.hibernate.annotations.common.reflection.XProperty> |
getDeclaredFieldAccessXPropertiesByName(org.hibernate.annotations.common.reflection.XClass xClass) |
Map<String,org.hibernate.annotations.common.reflection.XProperty> |
getDeclaredMethodAccessXPropertiesByName(org.hibernate.annotations.common.reflection.XClass xClass) |
protected <T> Stream<? extends Class<T>> |
getDescendingSuperClasses(org.hibernate.annotations.common.reflection.XClass xClass) |
org.hibernate.annotations.common.reflection.XClass |
toXClass(Class<?> type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotationValueReadHandleFactory, getGenericTypeModel, getTypeModel, getTypeModelpublic AbstractPojoHCAnnBootstrapIntrospector(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
public Stream<Annotation> getAnnotations(org.hibernate.annotations.common.reflection.XAnnotatedElement xAnnotated)
public org.hibernate.annotations.common.reflection.XClass toXClass(Class<?> type)
public Map<String,org.hibernate.annotations.common.reflection.XProperty> getDeclaredFieldAccessXPropertiesByName(org.hibernate.annotations.common.reflection.XClass xClass)
public Map<String,org.hibernate.annotations.common.reflection.XProperty> getDeclaredMethodAccessXPropertiesByName(org.hibernate.annotations.common.reflection.XClass xClass)
protected <T> Stream<? extends Class<T>> getAscendingSuperClasses(org.hibernate.annotations.common.reflection.XClass xClass)
protected <T> Stream<? extends Class<T>> getDescendingSuperClasses(org.hibernate.annotations.common.reflection.XClass xClass)
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.