public class MatchingMethodValidator extends AbstractObjectValidator<T,String>
| コンストラクタと説明 |
|---|
MatchingMethodValidator(String parameterName,
String value) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MatchingMethod |
getMatchingMethod(Set<MatchingMethod> supportedMethods) |
T |
notEmpty() |
T |
shorterThanOrEqualsTo(int arg0) |
T |
trim() |
getParameterName, getValue, notNull, setValuepublic MatchingMethod getMatchingMethod(Set<MatchingMethod> supportedMethods) throws InvalidParameterException, UnsupportedMatchingMethodException
public T notEmpty() throws InvalidParameterException
public T shorterThanOrEqualsTo(int arg0) throws InvalidParameterException
public T trim()
Copyright © 2019. All rights reserved.