public final class TypeFactory extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getName(Class<?> objectClass)
If the annotation OslcName is defined and it is different
from empty string, returns it.
|
static String |
getNamespace(Class<?> objectClass) |
static String |
getQualifiedName(Class<?> objectClass)
Returns the qualified name if the unqualified name is not null, otherwise
returns null.
|
public static String getQualifiedName(Class<?> objectClass)
objectClass
- object class.public static String getName(Class<?> objectClass)
objectClass
- object class.Copyright © 2017. All rights reserved.