Uses of Class
org.glassfish.hk2.xml.internal.XmlRootHandleImpl
Packages that use XmlRootHandleImpl
-
Uses of XmlRootHandleImpl in org.glassfish.hk2.xml.internal
Methods in org.glassfish.hk2.xml.internal with parameters of type XmlRootHandleImplModifier and TypeMethodDescriptionstatic BaseHK2JAXBBeanUtilities._addRoot(ModelImpl rootNode, Object rawRoot, DynamicChangeInfo<?> changeInfo, ClassReflectionHelper helper, WriteableBeanDatabase writeableDatabase, DynamicConfiguration dynamicService, List<ActiveDescriptor<?>> addedServices, XmlRootHandleImpl<?> xmlRootHandle) Called with write lock heldstatic voidUtilities.calculateNamespaces(BaseHK2JAXBBean bean, XmlRootHandleImpl<?> root, Map<String, String> currentValues) static <T> BaseHK2JAXBBeanUtilities.doCopy(BaseHK2JAXBBean copyMe, DynamicChangeInfo<T> copyController, BaseHK2JAXBBean theCopiedParent, XmlRootHandleImpl<?> rootHandle, Map<org.glassfish.hk2.xml.internal.ReferenceKey, BaseHK2JAXBBean> referenceMap, List<UnresolvedReference> unresolved) static voidUtilities.internalModifyChild(BaseHK2JAXBBean myParent, String childPropertyNamespace, String childProperty, Object currentValue, Object newValue, XmlRootHandleImpl<?> root, DynamicChangeInfo<?> changeInformation, XmlDynamicChange xmlDynamicChange) -
Uses of XmlRootHandleImpl in org.glassfish.hk2.xml.jaxb.internal
Methods in org.glassfish.hk2.xml.jaxb.internal with parameters of type XmlRootHandleImplModifier and TypeMethodDescriptionvoidBaseHK2JAXBBean._setDynamicChangeInfo(XmlRootHandleImpl<?> root, DynamicChangeInfo<?> change) voidBaseHK2JAXBBean._setDynamicChangeInfo(XmlRootHandleImpl<?> root, DynamicChangeInfo<?> change, boolean doXmlPathCalculation) Once this is set the dynamic change protocol is in effect, and all paths can be calculated