Uses of Interface
org.nuxeo.ecm.automation.TypeAdapter
-
Packages that use TypeAdapter Package Description org.nuxeo.ecm.automation org.nuxeo.ecm.automation.core org.nuxeo.ecm.automation.core.impl org.nuxeo.ecm.automation.core.impl.adapters -
-
Uses of TypeAdapter in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return TypeAdapter Modifier and Type Method Description TypeAdapterAutomationService. getTypeAdapter(Class<?> accept, Class<?> produce)Gets a type adapter for the input type accept and the output type produce.Methods in org.nuxeo.ecm.automation with parameters of type TypeAdapter Modifier and Type Method Description voidAutomationService. putTypeAdapter(Class<?> accept, Class<?> produce, TypeAdapter adapter)Registers a new type adapter that can adapt an instance of the accepted type into one of the produced type. -
Uses of TypeAdapter in org.nuxeo.ecm.automation.core
Fields in org.nuxeo.ecm.automation.core with type parameters of type TypeAdapter Modifier and Type Field Description Class<? extends TypeAdapter>TypeAdapterContribution. clazzAdapter implementation class -
Uses of TypeAdapter in org.nuxeo.ecm.automation.core.impl
Methods in org.nuxeo.ecm.automation.core.impl that return TypeAdapter Modifier and Type Method Description TypeAdapterOperationServiceImpl. getTypeAdapter(Class<?> accept, Class<?> produce)Methods in org.nuxeo.ecm.automation.core.impl with parameters of type TypeAdapter Modifier and Type Method Description voidOperationServiceImpl. putTypeAdapter(Class<?> accept, Class<?> produce, TypeAdapter adapter) -
Uses of TypeAdapter in org.nuxeo.ecm.automation.core.impl.adapters
Classes in org.nuxeo.ecm.automation.core.impl.adapters that implement TypeAdapter Modifier and Type Class Description classArrayNodeToListMake it possible to directly JSON tree nodes parsed by the REST API (e.g.classArrayStringToDocModelListclassArrayStringToListclassCalendarToDateclassCollectionToBlobListclassCollectionToDocModelListclassCollectionToStringListclassDocModelListToDocRefListclassDocModelToDocModelListclassDocModelToDocRefclassDocModelToDocRefListclassDocRefListToDocModelListclassDocRefToDocModelclassDocRefToDocModelListclassDocRefToDocRefListclassIntegerToLongclassJsonNodeToPropertiesclassLongToIntegerclassObjectNodeToMapMake it possible to directly JSON tree nodes parsed by the REST API (e.g.classStringToBooleanclassStringToCalendarclassStringToDateclassStringToDocModelclassStringToDocModelListclassStringToDocRefclassStringToIntegerclassStringToListclassStringToLongclassStringToPropertiesclassStringToURL
-