Package org.nuiton.jaxx.application.bean
Class BinderCache
- java.lang.Object
-
- org.nuiton.jaxx.application.bean.BinderCache
-
public class BinderCache extends Object
To cache binders. Created on 8/12/14.- Since:
- 2.10
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Constructor Summary
Constructors Constructor Description BinderCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <S,T>
org.nuiton.util.beans.Binder<S,T>getBinder(Class<S> sourceType, Class<T> targetType)
-