findType<T extends Object> method
Returns the object value for the type T
Implementation
@override
T findType<T extends Object>() {
return findModelWithCustomKey(T.toString());
}
Returns the object value for the type T
@override
T findType<T extends Object>() {
return findModelWithCustomKey(T.toString());
}