public class DurationToLongConverter extends Object implements org.springframework.core.convert.converter.Converter<String,Long>, org.springframework.core.convert.converter.ConditionalConverter
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Logger.
|
| Constructor and Description |
|---|
DurationToLongConverter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
convert(String source) |
boolean |
matches(org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType) |
@Nonnull private org.slf4j.Logger log
public boolean matches(org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType)
matches in interface org.springframework.core.convert.converter.ConditionalConverterCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.