Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api.model.impl.osm
Class TypeAnnotationRegistry<T>

java.lang.Object
  extended by org.nuxeo.ecm.core.api.model.impl.osm.TypeAnnotationRegistry<T>
Direct Known Subclasses:
ObjectAdapterManager

public class TypeAnnotationRegistry<T>
extends java.lang.Object

Author:
Bogdan Stefanescu

Nested Class Summary
static class TypeAnnotationRegistry.Annotation
           
 
Constructor Summary
TypeAnnotationRegistry()
           
 
Method Summary
 T get(java.lang.Class<?> type)
           
 void put(java.lang.Class<?> type, T data)
           
 void remove(java.lang.Class<?> type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeAnnotationRegistry

public TypeAnnotationRegistry()
Method Detail

get

public T get(java.lang.Class<?> type)

put

public void put(java.lang.Class<?> type,
                T data)

remove

public void remove(java.lang.Class<?> type)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.