Package org.jitterbit.integration.data.structure

Examples of org.jitterbit.integration.data.structure.JsonStructure


            values.addAll(ldap.getSelectedAttributeNames());
            // TODO: Class names, filter. One problem is that we store only
            // the OIDs for class names(?), so we need some form of translator.
            break;
        case JSON:
            JsonStructure json = (JsonStructure) struct;
            values.add(json.getFileName());
            break;
        case Text:
            // Nothing to collect. Segment and Field names are searched for through
            // the TextDocuments directly.
            break;
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.data.structure.JsonStructure

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.