public static interface FieldAccessor.FieldNameExtractor
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | FieldAccessor.FieldNameExtractor.ForBeanPropertyA  FieldAccessor.FieldNameExtractorthat determines a field name
 according to the rules of Java bean naming conventions. | 
| static class  | FieldAccessor.FieldNameExtractor.ForFixedValueA field name extractor that returns a fixed value. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | resolve(MethodDescription methodDescription)Extracts a field name to be accessed by a getter or setter method. | 
String resolve(MethodDescription methodDescription)
methodDescription - The method for which a field name is to be determined.Copyright © 2014–2021. All rights reserved.