public static interface FieldAccessor.FieldNameExtractor
Modifier and Type | Interface and Description |
---|---|
static class |
FieldAccessor.FieldNameExtractor.ForBeanProperty
A
FieldAccessor.FieldNameExtractor that determines a field name
according to the rules of Java bean naming conventions. |
static class |
FieldAccessor.FieldNameExtractor.ForFixedValue
A 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–2024. All rights reserved.