public SingleReferenceNodeProperty(JAXBContextImpl context, RuntimeReferencePropertyInfo prop) {
super(context,prop);
acc = prop.getAccessor().optimize(context);
for (RuntimeElement e : prop.getElements()) {
expectedElements.put( e.getElementName(), context.getOrCreate(e) );
}
if(prop.getWildcard()!=null) {
domHandler = (DomHandler) ClassFactory.create(prop.getDOMHandler().getWrappered());
wcMode = prop.getWildcard();
} else {
domHandler = null;
wcMode = null;
}
}
SingleReferenceNodeProperty.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:cxf-plus
作者:
评论列表
文章目录