Uses of Class
org.jvnet.hk2.config.ConfigModel
Packages that use ConfigModel
-
Uses of ConfigModel in org.jvnet.hk2.config
Fields in org.jvnet.hk2.config declared as ConfigModelModifier and TypeFieldDescriptionfinal ConfigModelDom.modelModel drives the interpretation of this DOM.Fields in org.jvnet.hk2.config with type parameters of type ConfigModelModifier and TypeFieldDescriptionprotected final Map<org.glassfish.hk2.api.ActiveDescriptor<? extends ConfigInjector>, ConfigModel> DomDocument.modelsMethods in org.jvnet.hk2.config that return ConfigModelModifier and TypeMethodDescriptionDomDocument.buildModel(Class<?> clazz) Obtains aConfigModelfor the given class (Which should haveConfiguredannotation on it.)DomDocument.buildModel(String fullyQualifiedClassName) Obtains aConfigModelfor the given class (Which should haveConfiguredannotation on it.)ConfigModel.Node.getModel()Returns the config model for this NodeDeprecated.DomDocument.getModelByElementName(String elementName) Obtains theConfigModelfrom the "global" element name.Methods in org.jvnet.hk2.config that return types with arguments of type ConfigModelModifier and TypeMethodDescriptionDomDocument.getAllModelsImplementing(Class<?> intf) Calculates all @Configured interfaces subclassing the passed interface type.Methods in org.jvnet.hk2.config with parameters of type ConfigModelModifier and TypeMethodDescriptionDomDecorator.decorate(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, T parent, ConfigModel model, XMLStreamReader in) protected DomConfigParser.handleElement(XMLStreamReader in, DomDocument document, Dom parent, ConfigModel model) Parses a whole XML tree and builds aDomtree, by using the given model for the top-level element.DomDocument.make(org.glassfish.hk2.api.ServiceLocator habitat, XMLStreamReader in, T parent, ConfigModel model) Constructors in org.jvnet.hk2.config with parameters of type ConfigModelModifierConstructorDescriptionConfigBean(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, ConfigBean parent, ConfigModel model, XMLStreamReader in) Dom(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, Dom parent, ConfigModel model) Dom(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, Dom parent, ConfigModel model, XMLStreamReader in) Node(ConfigModel model, String xmlName)