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 PropertyDecoder
PropertyDecoder. BOOLEAN
static PropertyDecoder
PropertyDecoder. BYTE
static PropertyDecoder
PropertyDecoder. CHAR
static PropertyDecoder
PropertyDecoder. CLASS
static PropertyDecoder
PropertyDecoder. COMPONENT
static PropertyDecoder
PropertyDecoder. DOUBLE
static PropertyDecoder
PropertyDecoder. FLOAT
static PropertyDecoder
PropertyDecoder. INSTANCE
static PropertyDecoder
PropertyDecoder. INTEGER
static PropertyDecoder
PropertyDecoder. LIST
static PropertyDecoder
PropertyDecoder. LONG
static PropertyDecoder
PropertyDecoder. OBJECT
static PropertyDecoder
PropertyDecoder. SHORT
static PropertyDecoder
PropertyDecoder. STRING
Methods in org.nuxeo.runtime.model.impl that return PropertyDecoder Modifier and Type Method Description static PropertyDecoder
PropertyDecoder. getDecoder(String type)
Methods in org.nuxeo.runtime.model.impl with parameters of type PropertyDecoder Modifier and Type Method Description static void
PropertyDecoder. registerDecoder(String type, PropertyDecoder decoder)
-