Uses of Class
org.assertj.core.util.introspection.PropertySupport
-
Packages that use PropertySupport Package Description org.assertj.core.groups org.assertj.core.internal org.assertj.core.util.introspection -
-
Uses of PropertySupport in org.assertj.core.groups
Fields in org.assertj.core.groups declared as PropertySupport Modifier and Type Field Description (package private) PropertySupportProperties. propertySupport -
Uses of PropertySupport in org.assertj.core.internal
Fields in org.assertj.core.internal declared as PropertySupport Modifier and Type Field Description (package private) PropertySupportObjects. propertySupport -
Uses of PropertySupport in org.assertj.core.util.introspection
Fields in org.assertj.core.util.introspection declared as PropertySupport Modifier and Type Field Description private static PropertySupportPropertySupport. INSTANCEprivate PropertySupportPropertyOrFieldSupport. propertySupportMethods in org.assertj.core.util.introspection that return PropertySupport Modifier and Type Method Description static PropertySupportPropertySupport. instance()Returns the singleton instance of this class.Constructors in org.assertj.core.util.introspection with parameters of type PropertySupport Constructor Description PropertyOrFieldSupport(PropertySupport propertySupport, FieldSupport fieldSupport)
-