Package org.assertj.core.extractor
Class ResultOfExtractor<F>
- java.lang.Object
-
- org.assertj.core.extractor.ResultOfExtractor<F>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
methodName
-
Constructor Summary
Constructors Constructor Description ResultOfExtractor(java.lang.String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
extract(F input)
Behavior is described inMethodSupport.methodResultFor(Object, String)
-
-
-
Method Detail
-
extract
public java.lang.Object extract(F input)
Behavior is described inMethodSupport.methodResultFor(Object, String)
-
-