Interface ValidationHandler.DateTimeResolver
-
- All Superinterfaces:
ValidationHandler.PropertyResolver
- Enclosing interface:
- ValidationHandler
public static interface ValidationHandler.DateTimeResolver extends ValidationHandler.PropertyResolver
DateTime resolver for mapping times to an Instant in order to account for differences in string formatting
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanequals(String source, String target)-
Methods inherited from interface org.fcrepo.migration.validator.api.ValidationHandler.PropertyResolver
fromModel, resolve
-
-
-
-
Method Detail
-
equals
default boolean equals(String source, String target)
- Specified by:
equalsin interfaceValidationHandler.PropertyResolver
-
-