Package org.springframework.data.util
Class KotlinBeanInfoFactory
java.lang.Object
org.springframework.data.util.KotlinBeanInfoFactory
- All Implemented Interfaces:
 BeanInfoFactory,Ordered
BeanInfoFactory specific to Kotlin types using Kotlin reflection to determine bean properties.- Since:
 - 3.2
 - Author:
 - Mark Paluch
 - See Also:
 - 
JvmClassMappingKtReflectJvmMapping
 
- 
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
KotlinBeanInfoFactory
public KotlinBeanInfoFactory() 
 - 
 - 
Method Details
- 
getBeanInfo
- Specified by:
 getBeanInfoin interfaceBeanInfoFactory- Throws:
 IntrospectionException
 - 
getOrder
public int getOrder() 
 -