Interface GetterFactory<T,K>


public interface GetterFactory<T,K>
  • Method Summary

    Modifier and Type
    Method
    Description
    <P> Getter<T,P>
    newGetter(Type target, K key, Object... properties)
     
  • Method Details