public interface PojoRuntimeIntrospector
Modifier and Type | Method and Description |
---|---|
<T> Class<? extends T> |
getClass(T entity) |
static PojoRuntimeIntrospector |
noProxy() |
Object |
unproxy(Object value) |
<T> Class<? extends T> getClass(T entity)
T
- the type of the entityentity
- an instance or proxy of TObject unproxy(Object value)
value
- the object to unproxystatic PojoRuntimeIntrospector noProxy()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.