Uses of Interface
org.glassfish.jersey.spi.ExternalConfigurationModel
-
Packages that use ExternalConfigurationModel Package Description org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. -
-
Uses of ExternalConfigurationModel in org.glassfish.jersey.spi
Methods in org.glassfish.jersey.spi that return ExternalConfigurationModel Modifier and Type Method Description ExternalConfigurationModelExternalConfigurationProvider. getConfiguration()obrain model object which has direct access to external configurationExternalConfigurationModelExternalConfigurationProvider. merge(ExternalConfigurationModel input)Merge properties from other provider/modelExternalConfigurationModelExternalConfigurationModel. mergeProperties(Map<String,Object> inputProperties)Merge properties from other (found) external configuration.Methods in org.glassfish.jersey.spi with parameters of type ExternalConfigurationModel Modifier and Type Method Description ExternalConfigurationModelExternalConfigurationProvider. merge(ExternalConfigurationModel input)Merge properties from other provider/model
-