@Contract public interface PropertySupplier
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getProperties()
The properties to be applied.
|
boolean |
isFor(Class<?> factoryOrParserClass)
Define whether the property set is for the instances of the given class.
|
boolean isFor(Class<?> factoryOrParserClass)
factoryOrParserClass
- the class for which instance the property set is to be applied.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.