public final class MandatoryProblem extends Problem
| Modifier and Type | Field and Description |
|---|---|
static MandatoryProblem |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
<T,V> void |
check(ProblemModel model,
T instance,
PropertyMetaModel<V> property) |
<T> void |
check(ProblemModel model,
T instance,
String property) |
public static final MandatoryProblem INSTANCE
public <T> void check(@Nonnull ProblemModel model, @Nonnull T instance, @Nonnull String property)
public <T,V> void check(@Nonnull ProblemModel model, @Nonnull T instance, @Nonnull PropertyMetaModel<V> property)
Copyright © 2017 etc.to. All rights reserved.