Package org.glassfish.jersey.jaxb
Interface PropertySupplier
This supplier is used to set the properties on the instances of the supported classes:
using of the methods
- Since:
- 2.31
-
Method Summary
-
Method Details
-
isFor
Define whether the property set is for the instances of the given class.- Parameters:
factoryOrParserClass
- the class for which instance the property set is to be applied.- Returns:
- true if this contract implementation is for given class.
-
getProperties
The properties to be applied.- Returns:
- the property
Map
with keys andObject
values to be applied.
-