Package ru.ilb.jfunction.marshallers
Interface Unmarshaller
-
- All Known Implementing Classes:
UnmarshallerImpl
public interface Unmarshaller- Author:
- slavb
-
-
Field Summary
Fields Modifier and Type Field Description static UnmarshallerINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tunmarshall(Object value, Class<T> type)Unmarshalls value to required typeObjectunmarshall(Object value, String type)Unmarshalls value to required type
-
-
-
Field Detail
-
INSTANCE
static final Unmarshaller INSTANCE
-
-