Class PojoType<T>
java.lang.Object
tech.ydb.yoj.databind.schema.reflect.PojoType<T>
- All Implemented Interfaces:
ReflectType<T>
POJO with an all-args constructor. Currently allowed to have a constructor without
ConstructorProperties
annotation.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface tech.ydb.yoj.databind.schema.reflect.ReflectType
getConstructor, getFields
-
Field Details
-
FACTORY
-
-
Constructor Details
-
PojoType
-
-
Method Details
-
getRawType
- Specified by:
getRawTypein interfaceReflectType<T>- Returns:
- raw type that this reflection information describes
-
toString
-