-
- All Implemented Interfaces:
@Component() public final class PropertyValidator
-
-
Field Summary
Fields Modifier and Type Field Description private FF4jff4j
-
Constructor Summary
Constructors Constructor Description PropertyValidator()
-
Method Summary
Modifier and Type Method Description final FF4jgetFf4j()final UnitsetFf4j(@Autowired() FF4j ff4j)final UnitassertPropertyExist(String propertyName)final UnitassertPropertyNameNotBlank(String name)final UnitassertPropertyNameMatch(String propertyName, String propertyApiBeanName)-
-
Method Detail
-
getFf4j
final FF4j getFf4j()
-
assertPropertyExist
final Unit assertPropertyExist(String propertyName)
-
assertPropertyNameNotBlank
final Unit assertPropertyNameNotBlank(String name)
-
assertPropertyNameMatch
final Unit assertPropertyNameMatch(String propertyName, String propertyApiBeanName)
-
-
-
-