The invention discloses a method and a
server for accessing an attribute value from a
Java object, and a storage medium. The method for accessing the attribute value from the
Java object comprises thefollowing steps that: in a configuration file, configuring attribute corresponding relationships of all fields in a first
data transmission object and a second
data transmission object; for each pairof attribute corresponding relationships, through a reflection kit, obtaining the attribute value of the first
data transmission object; calling the value method of an
open source tool, obtaining a reference attribute value, comparing the reference attribute value with the attribute value of the first data transmission object, and outputting a comparison result; and when the comparison result isthe same, converting the attribute value of the first data transmission object into the
data type of the second data transmission object, and setting in the attribute of the second data transmission object. By use of the method, attribute value accessing efficiency in the data transmission object is improved, and a performance
bottleneck under high concurrence is avoided.