All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.davidmoten.odata.client.SchemaInfo Maven / Gradle / Ivy

The newest version!
package com.github.davidmoten.odata.client;

public interface SchemaInfo {

    /**
     * Returns the class corresponding to the given OData type name. Returns null if
     * not present in the schema.
     * 
     * @param name OData type name
     * @return the class corresponding to the given OData type name, returns null if
     *         not present in the schema
     */
    Class getClassFromTypeWithNamespace(String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy