Interface StdReflector.TypeFactory
- All Known Implementing Classes:
KotlinDataClassTypeFactory
- Enclosing class:
- StdReflector
public static interface StdReflector.TypeFactory
-
Method Summary
Modifier and TypeMethodDescription<R> ReflectType<R>create(Reflector reflector, Class<R> rawType, FieldValueType fvt) booleanmatches(Class<?> rawType, FieldValueType fvt) intpriority()
-
Method Details
-
priority
int priority() -
matches
-
create
-