Uses of Interface
com.orchestranetworks.rest.ApplicationConfigurator
Packages that use ApplicationConfigurator
Package
Description
Provides classes for the REST toolkit Java Framework functionalities.
-
Uses of ApplicationConfigurator in com.orchestranetworks.rest
Methods in com.orchestranetworks.rest that return ApplicationConfiguratorModifier and TypeMethodDescriptionApplicationConfigurator.addPackages(boolean recursively, Package... packages) Adds one or more packages which will be used to scan for resource, provider andfeatureclasses.ApplicationConfigurator.addPackages(boolean recursively, String... packageNames) Adds one or more fully qualified packages name which will be used to scan for resource, provider andfeatureclasses.ApplicationConfigurator.addPackages(Package... packages) Adds one or more packages which will be used to scan for resource, provider andfeatureclasses.ApplicationConfigurator.addPackages(String... packageNames) Adds one or more fully qualified packages name which will be used to scan for resource, provider andfeatureclasses.ApplicationConfigurator.addProperties(Map<String, Object> properties) Adds custom application-wide properties.Registers a resource, provider orfeatureclass.Registers a resource, provider orfeatureinstance.Constructor parameters in com.orchestranetworks.rest with type arguments of type ApplicationConfiguratorModifierConstructorDescriptionRESTApplicationAbstract(Consumer<ApplicationConfigurator> aConfigurator) Creates a new REST Toolkit application configuration initialized with mandatory and custom properties, resources and providers.