Searched refs:typeClass (Results 1 – 1 of 1) sorted by relevance
110 Class<?> typeClass = (Class<?>)managedType.getType(); in isTypeMappingSupported() local112 if (typeClass.isEnum()) { in isTypeMappingSupported()114 Log.v(TAG, "possible enum detected for " + typeClass); in isTypeMappingSupported()120 typeClass.getDeclaredConstructor(String.class, int.class); in isTypeMappingSupported()124 Log.e(TAG, "Can't marshal class " + typeClass + "; no default constructor"); in isTypeMappingSupported()127 Log.e(TAG, "Can't marshal class " + typeClass + "; not accessible"); in isTypeMappingSupported()