Interface BeanCompleter.Getter

Enclosing class:
BeanCompleter

public static interface BeanCompleter.Getter
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    get(Class<T> cl, String col)
     
  • Method Details