MCPcopy Create free account
hub / github.com/boxbeam/RedLib / get

Method get

src/redempt/redlib/config/ConfigType.java:39–41  ·  view source on GitHub ↗

Gets the ConfigType of a specific Field @param field The field @return A ConfigType for the field

(Field field)

Source from the content-addressed store, hash-verified

37 * @return A ConfigType for the field
38 */
39 public static ConfigType<?> get(Field field) {
40 return create(field.getGenericType());
41 }
42
43 private static ConfigType<?> create(String typeName) {
44 try {

Callers 1

getFieldSummaryMethod · 0.95

Calls 1

createMethod · 0.95

Tested by

no test coverage detected