|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gridsystems.nextgrid.api.builder.TypeManager
public final class TypeManager
ReferenceFactory and Type Mapping manager.
Method Summary | |
---|---|
static nextgrid.api.pom.Reference<?> |
createReference(java.lang.Class<?> type)
Creates a Reference instance for a given Java class. |
static java.lang.Class<?> |
getType(java.net.URI uri)
Gets the type mapped to the specified URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.Class<?> getType(java.net.URI uri)
uri
- XSD type URI
public static nextgrid.api.pom.Reference<?> createReference(java.lang.Class<?> type)
type
- A Java class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |