java.lang.Object
io.gravitee.am.service.validators.theme.impl.ThemeValidatorImpl
- All Implemented Interfaces:
ThemeValidator, Validator<Theme,io.reactivex.rxjava3.core.Completable>
- Author:
- Eric LELEU (eric.leleu at graviteesource.com), GraviteeSource Team
-
Constructor Summary
Constructors
-
Method Summary
io.reactivex.rxjava3.core.Completable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ThemeValidatorImpl
public ThemeValidatorImpl()
-
Method Details
-
validate
public io.reactivex.rxjava3.core.Completable validate(Theme theme)
- Specified by:
validate in interface Validator<Theme,io.reactivex.rxjava3.core.Completable>