public interface PVATypeRegistry
Modifier and Type | Method and Description |
---|---|
<T> PVATypeConverter<? extends T> |
findConverter(Class<T> type,
org.epics.pvData.pv.PVField pvField)
Given a normative type and the pvData serialization,
returns a matching converter to fill pvData structures from the given normative type.
|
<T> PVATypeConverter<? extends T> |
findConverter(org.epics.pvData.pv.PVField pvField,
Class<T> desiredType)
Given the introspection information of a pv and the type desired,
returns the matching converter to create a desired type from the given pvField.
|
<T> PVATypeConverter<? extends T> findConverter(org.epics.pvData.pv.PVField pvField, Class<T> desiredType)
T
- the normative typepvField
- the connection informationdesiredType
- the desired normative type; can be null<T> PVATypeConverter<? extends T> findConverter(Class<T> type, org.epics.pvData.pv.PVField pvField)
T
- the normative typetype
- the normative type to convertpvField
- the desired pvData serialization; can be nullCopyright © 2012. All Rights Reserved.