Package org.glassfish.jersey.jaxb
Interface PropertySupplier
-
@Contract public 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getProperties()The properties to be applied.booleanisFor(Class<?> factoryOrParserClass)Define whether the property set is for the instances of the given class.
-
-
-
Method Detail
-
isFor
boolean isFor(Class<?> factoryOrParserClass)
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.
-
-