public final class PojoRawTypeIdentifier<T> extends Object
On contrary to type models, type identifiers can be manipulated at runtime (after bootstrap), but they do not provide any reflection capabilities.
PojoRawTypeModel| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<T> |
getJavaClass() |
int |
hashCode() |
boolean |
isNamed() |
static <T> PojoRawTypeIdentifier<T> |
of(Class<T> javaClass) |
static <T> PojoRawTypeIdentifier<T> |
of(Class<T> javaClass,
String label) |
String |
toString() |
public static <T> PojoRawTypeIdentifier<T> of(Class<T> javaClass)
public static <T> PojoRawTypeIdentifier<T> of(Class<T> javaClass, String label)
public boolean isNamed()
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.