Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.core
Class TypeAdapterContribution

java.lang.Object
  extended by org.nuxeo.ecm.automation.core.TypeAdapterContribution

public class TypeAdapterContribution
extends Object

Author:
Bogdan Stefanescu

Field Summary
 Class<?> accept
           
 Class<? extends TypeAdapter> clazz
          Adapter implementation class
 Class<?> produce
           
 
Constructor Summary
TypeAdapterContribution()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

public Class<? extends TypeAdapter> clazz
Adapter implementation class


accept

public Class<?> accept

produce

public Class<?> produce
Constructor Detail

TypeAdapterContribution

public TypeAdapterContribution()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.