-
- Type Parameters:
T
- Type of objects provided
- All Known Implementing Classes:
- CoreXMLDeserializers, CoreXMLSerializers, StdJdkSerializers
public interface Provider<T>
Simple helper class used for decoupling instantiation of
optionally loaded handlers, like deserializers and deserializers
for libraries that are only present on some platforms.
- Author:
- tatu
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
Collection<T> |
provide()
Method used to request provider to provide entries it has
|
Copyright © 2012-2013 FasterXML. All Rights Reserved.