getAllEdgeFields

fun getAllEdgeFields(classType: Class<*>): Collection<Field>

Returns all the fields for a specific class type. Because this information is static during runtime, we do cache this information in fieldCache for performance reasons.

Return

its fields, including the ones from its superclass

Parameters

classType

the class type