We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The property matching is done by the PropertyFinder.
ClassMeta<MyObject> classMeta = new ReflectionService().getClassMeta(MyObject.class); PropertyFinder<MyObject> propertyFinder = classMeta.newPropertyFinder(); PropertyMeta<MyObject, ?> prop = propertyFinder.findProperty("my_property");