Class KotlinDataClassTypeFactory
java.lang.Object
tech.ydb.yoj.databind.schema.reflect.KotlinDataClassTypeFactory
- All Implemented Interfaces:
StdReflector.TypeFactory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<R> ReflectType<R>create(Reflector reflector, Class<R> rawType, FieldValueType fvt) booleanmatches(Class<?> rawType, FieldValueType fvt) intpriority()
-
Field Details
-
instance
-
-
Method Details
-
priority
public int priority()- Specified by:
priorityin interfaceStdReflector.TypeFactory
-
matches
- Specified by:
matchesin interfaceStdReflector.TypeFactory
-
create
- Specified by:
createin interfaceStdReflector.TypeFactory
-