Class ValueConverter.NoConverter

java.lang.Object
tech.ydb.yoj.databind.converter.ValueConverter.NoConverter
All Implemented Interfaces:
ValueConverter<Void,Boolean>
Enclosing interface:
ValueConverter<J,C extends Comparable<? super C>>

public static final class ValueConverter.NoConverter extends Object implements ValueConverter<Void,Boolean>
Represents "no custom converter is defined" for @CustomValueType annotation inside a @Column annotation.

Non-instantiable, every method including the constructor throws UnsupportedOperationException.