Package | Description |
---|---|
org.hibernate.search.mapper.pojo.logging.spi | |
org.hibernate.search.mapper.pojo.model.spi |
Constructor and Description |
---|
PojoTypeModelFormatter(PojoTypeModel typeModel) |
Modifier and Type | Interface and Description |
---|---|
interface |
PojoGenericTypeModel<T>
A
PojoTypeModel offering additional reflection options,
such as the ability to retrieve the type argument for a given generic supertype. |
interface |
PojoRawTypeModel<T>
A
PojoTypeModel representing a raw type, fully defined by its Class . |
Modifier and Type | Class and Description |
---|---|
class |
GenericContextAwarePojoGenericTypeModel<T>
An abstract base for implementations of
PojoGenericTypeModel that take advantage of the context
in which a given property appears to derive more precise type information. |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.