Package io.sundr.adapter.reflect
Class ReflectionAdapterFactory
java.lang.Object
io.sundr.adapter.reflect.ReflectionAdapterFactory
- All Implemented Interfaces:
AdapterFactory<Class,Type, Field, Method>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReflectionAdapterFactory
public ReflectionAdapterFactory()
-
-
Method Details
-
create
-
getTypeAdapterType
- Specified by:
getTypeAdapterTypein interfaceAdapterFactory<Class,Type, Field, Method>
-
getReferenceAdapterType
- Specified by:
getReferenceAdapterTypein interfaceAdapterFactory<Class,Type, Field, Method>
-
getMethodAdapterType
- Specified by:
getMethodAdapterTypein interfaceAdapterFactory<Class,Type, Field, Method>
-
getPropertyAdapterType
- Specified by:
getPropertyAdapterTypein interfaceAdapterFactory<Class,Type, Field, Method>
-