getPropertyNamingMaps

abstract fun getPropertyNamingMaps(targetType: KClass<out Annotation>): Map<String, String>(source)

Get the property mappings for target type. The key is targetType 's property name, value is current type's property.

Return

mappings

Parameters

targetType

mappings target.