validate method

void validate(
  1. T instance
)

Implementation

void validate(T instance) {
  objectType.validate(instance);
}