Package org.eclipse.persistence.oxm.record

Examples of org.eclipse.persistence.oxm.record.JsonGeneratorRecord


        this.rootKeyName = rootKeyName;
    }

    @Override
    public org.eclipse.persistence.oxm.record.MarshalRecord createRecord() {
        JsonGeneratorRecord record = new JsonGeneratorRecord(generator, rootKeyName);
        return record;
    }   
View Full Code Here

TOP

Related Classes of org.eclipse.persistence.oxm.record.JsonGeneratorRecord

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.