Skip to content

WildeTechSolutions/Reflection-Utils

Repository files navigation

Common Reflection Methods

Easily get the field or field type of nested fields of a class

getFieldType(Class<?> beanClass, String fullNameofField)
getField(Class<?> beanClass, String fullNameofField) 

About

A simple library used by the Patching function in DynamicSpring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages