Searched refs:retainPropertyInfo (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/
H A DContextFactory.java83 Boolean retainPropertyInfo = getPropertyValue(properties, JAXBRIContext.RETAIN_REFERENCE_TO_INFO, Boolean.class);
84 if(retainPropertyInfo==null)
85 retainPropertyInfo = false;
127 builder.setRetainPropertyInfo(retainPropertyInfo);
150 boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo) throws JAXBException {
154 allNillable, retainPropertyInfo, false);
160 boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean improvedXsiTypeHandling) throws JAXBException {
171 builder.setRetainPropertyInfo(retainPropertyInfo);
147 createContext( Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo) argument
157 createContext( Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean improvedXsiTypeHandling) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DPropertyImpl.java53 if (context.retainPropertyInfo) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DClassBeanInfoImpl.java109 private boolean retainPropertyInfo = false; field in class:ClassBeanInfoImpl
131 this.retainPropertyInfo = owner.retainPropertyInfo;
327 if (retainPropertyInfo) {
339 if (retainPropertyInfo) {
354 if (retainPropertyInfo) {
381 if (retainPropertyInfo) {
H A DJAXBContextImpl.java220 public final boolean retainPropertyInfo; field in class:JAXBContextImpl
261 this.retainPropertyInfo = builder.retainPropertyInfo;
1047 private boolean retainPropertyInfo = false; field in class:JAXBContextImpl.JAXBContextBuilder
1063 this.retainPropertyInfo = baseImpl.retainPropertyInfo;
1075 this.retainPropertyInfo = val;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DJAXBRIContext.java128 * @param retainPropertyInfo
138 boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings) throws JAXBException {
140 defaultNamespaceRemap, c14nSupport, ar, xmlAccessorFactorySupport, allNillable, retainPropertyInfo, supressAccessorWarnings);
133 newInstance(@otNull Class[] classes, @Nullable Collection<TypeReference> typeRefs, @Nullable Map<Class,Class> subclassReplacements, @Nullable String defaultNamespaceRemap, boolean c14nSupport, @Nullable RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings) argument

Completed in 36 milliseconds