java.lang.Object
net.anwiba.tools.generator.java.bean.configuration.NamedValueProvider

public class NamedValueProvider extends Object
  • Constructor Details

    • NamedValueProvider

      public NamedValueProvider(Type type, String fieldName, boolean isNameGetterEnabled, List<Annotation> namesMethodAnnotations, String namesMethodName, List<Annotation> valueGetterMethodAnnotations, String valueGetterMethodName)
  • Method Details

    • getType

      public Type getType()
    • getFieldName

      public String getFieldName()
    • getNamesMethodAnnotations

      public Iterable<Annotation> getNamesMethodAnnotations()
    • getNamesMethodName

      public String getNamesMethodName()
    • getValueGetterMethodAnnotations

      public Iterable<Annotation> getValueGetterMethodAnnotations()
    • getValueGetterMethodName

      public String getValueGetterMethodName()
    • isNameGetterEnabled

      public boolean isNameGetterEnabled()