Uses of Class
org.nuxeo.runtime.model.impl.PropertyDecoder
-
Packages that use PropertyDecoder Package Description org.nuxeo.runtime.model.impl -
-
Uses of PropertyDecoder in org.nuxeo.runtime.model.impl
Fields in org.nuxeo.runtime.model.impl declared as PropertyDecoder Modifier and Type Field Description static PropertyDecoderPropertyDecoder. BOOLEANstatic PropertyDecoderPropertyDecoder. BYTEstatic PropertyDecoderPropertyDecoder. CHARstatic PropertyDecoderPropertyDecoder. CLASSstatic PropertyDecoderPropertyDecoder. COMPONENTstatic PropertyDecoderPropertyDecoder. DOUBLEstatic PropertyDecoderPropertyDecoder. FLOATstatic PropertyDecoderPropertyDecoder. INSTANCEstatic PropertyDecoderPropertyDecoder. INTEGERstatic PropertyDecoderPropertyDecoder. LISTstatic PropertyDecoderPropertyDecoder. LONGstatic PropertyDecoderPropertyDecoder. OBJECTstatic PropertyDecoderPropertyDecoder. SHORTstatic PropertyDecoderPropertyDecoder. STRINGMethods in org.nuxeo.runtime.model.impl that return PropertyDecoder Modifier and Type Method Description static PropertyDecoderPropertyDecoder. getDecoder(String type)Methods in org.nuxeo.runtime.model.impl with parameters of type PropertyDecoder Modifier and Type Method Description static voidPropertyDecoder. registerDecoder(String type, PropertyDecoder decoder)
-