Package org.exolab.castor.xml.descriptors

Examples of org.exolab.castor.xml.descriptors.PrimitivesClassDescriptor


                classDesc = getClassDescriptor(_topClass);
               
            //-- check for top-level primitives
            if (classDesc == null) {
                if (isPrimitive(_topClass)) {
                    classDesc = new PrimitivesClassDescriptor(_topClass);
                    fieldDesc.setIncremental(false);
                    _topState.primitiveOrImmutable = true;
                }
            }
           
View Full Code Here


                classDesc = getClassDescriptor(_topClass);
               
            //-- check for top-level primitives
            if (classDesc == null) {
                if (isPrimitive(_topClass)) {
                    classDesc = new PrimitivesClassDescriptor(_topClass);
                    fieldDesc.setIncremental(false);
                    _topState.primitiveOrImmutable = true;
                }
            }
           
View Full Code Here

TOP

Related Classes of org.exolab.castor.xml.descriptors.PrimitivesClassDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.