Class PropertyOrFieldSupport

java.lang.Object
org.assertj.core.util.introspection.PropertyOrFieldSupport

public class PropertyOrFieldSupport extends Object
  • Field Details

  • Constructor Details

    • PropertyOrFieldSupport

      PropertyOrFieldSupport()
    • PropertyOrFieldSupport

      PropertyOrFieldSupport(PropertySupport propertySupport, FieldSupport fieldSupport)
  • Method Details

    • setAllowUsingPrivateFields

      public void setAllowUsingPrivateFields(boolean allowUsingPrivateFields)
    • getValueOf

      public Object getValueOf(String propertyOrFieldName, Object input)
    • getSimpleValue

      public Object getSimpleValue(String name, Object input)
    • popNameFrom

      private String popNameFrom(String propertyOrFieldNameChain)
    • nextNameFrom

      private String nextNameFrom(String propertyOrFieldNameChain)
    • isNested

      private boolean isNested(String propertyOrFieldName)