Package com.enonic.xp.convert
Interface Converter<T>
-
@PublicApi public interface Converter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconvert(Object value)Class<T>getType()
-
@PublicApi public interface Converter<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
convert(Object value) |
|
Class<T> |
getType() |