Annotation Type ModelBinding

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String getterMethodName
      Returns the getter method name defined on the type() type annotated with model information like Attribute
      Class<?> type
      returns the model the annotated type is bound to
    • Element Detail

      • type

        Class<?> type
        returns the model the annotated type is bound to
        Returns:
        the model type
      • getterMethodName

        String getterMethodName
        Returns the getter method name defined on the type() type annotated with model information like Attribute
        Returns:
        the type getter method name