T - The pojo typepublic interface PojoTypeModel<T>
Most of the time, type models represent a Java class,
either raw or parameterized.
However, it is also possible that a given type model
represents a subset of all instances of a given Java class,
which all follow a common convention regarding their structure.
For example, a type model could represent a Map-based type
where properties are defined by the map entries
and where all instances are required to have a value of type Integer for the key "age".
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
PojoPropertyModel<?> |
getProperty(String propertyName) |
PojoRawTypeModel<? super T> |
getRawType() |
String getName()
PojoRawTypeModel<? super T> getRawType()
Class for this type.PojoPropertyModel<?> getProperty(String propertyName)
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.