public class NamedValueProvider extends Object
| Constructor and Description |
|---|
NamedValueProvider(Type type,
String fieldName,
boolean isInterfaceEnabled,
boolean isNameGetterEnabled,
List<Annotation> namesMethodAnnotations,
String namesMethodName,
List<Annotation> valueGetterMethodAnnotations,
String valueGetterMethodName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
Iterable<Annotation> |
getNamesMethodAnnotations() |
String |
getNamesMethodName() |
Type |
getType() |
Iterable<Annotation> |
getValueGetterMethodAnnotations() |
String |
getValueGetterMethodName() |
boolean |
isInterfaceEnabled() |
boolean |
isNameGetterEnabled() |
public NamedValueProvider(Type type, String fieldName, boolean isInterfaceEnabled, boolean isNameGetterEnabled, List<Annotation> namesMethodAnnotations, String namesMethodName, List<Annotation> valueGetterMethodAnnotations, String valueGetterMethodName)
public Type getType()
public String getFieldName()
public Iterable<Annotation> getNamesMethodAnnotations()
public String getNamesMethodName()
public Iterable<Annotation> getValueGetterMethodAnnotations()
public String getValueGetterMethodName()
public boolean isNameGetterEnabled()
public boolean isInterfaceEnabled()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.