getAll

@Api4J
open override fun <T : Any> getAll(type: Class<T>?): List<String>
open override fun <T : Any> getAll(type: KClass<T>?): List<String>