getValue method
Class<V>
getValue()
Resolves the value type into a Class<V>
representation.
Implementation
Class<V> getValue() {
if (vPkg != null) {
return Class<V>(null, vPkg!);
}
return Class<V>();
}
Resolves the value type into a Class<V>
representation.
Class<V> getValue() {
if (vPkg != null) {
return Class<V>(null, vPkg!);
}
return Class<V>();
}