Class SimpleType<T>

java.lang.Object
tech.ydb.yoj.databind.schema.reflect.SimpleType<T>
Type Parameters:
T - simple type
All Implemented Interfaces:
ReflectType<T>

public final class SimpleType<T> extends Object implements ReflectType<T>
Represents a simple data type which has no subfields and even no explicit constructor, e.g. an int.