safeGet

abstract fun safeGet(attribute: Attribute<*>): Any?(source)

通过 attribute 得到对应的数据,但是不进行类型转化。