Class PojoType<T>

java.lang.Object
tech.ydb.yoj.databind.schema.reflect.PojoType<T>
All Implemented Interfaces:
ReflectType<T>

public final class PojoType<T> extends Object implements ReflectType<T>
POJO with an all-args constructor. Currently allowed to have a constructor without ConstructorProperties annotation.
  • Field Details

  • Constructor Details

    • PojoType

      public PojoType(@NonNull @NonNull Reflector reflector, @NonNull @NonNull Class<T> type)
  • Method Details