Uses of Interface
org.jvnet.fastinfoset.VocabularyApplicationData
-
Packages that use VocabularyApplicationData Package Description com.sun.xml.fastinfoset org.jvnet.fastinfoset -
-
Uses of VocabularyApplicationData in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as VocabularyApplicationData Modifier and Type Field Description protected VocabularyApplicationData
Encoder. _vData
The vocabulary application data that is used by the encoderMethods in com.sun.xml.fastinfoset that return VocabularyApplicationData Modifier and Type Method Description VocabularyApplicationData
Encoder. getVocabularyApplicationData()
Get the application data associated with the serializer vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type VocabularyApplicationData Modifier and Type Method Description void
Encoder. setVocabularyApplicationData(VocabularyApplicationData data)
Set the application data to be associated with the serializer vocabulary. -
Uses of VocabularyApplicationData in org.jvnet.fastinfoset
Methods in org.jvnet.fastinfoset that return VocabularyApplicationData Modifier and Type Method Description VocabularyApplicationData
FastInfosetSerializer. getVocabularyApplicationData()
Get the application data associated with the serializer vocabulary.Methods in org.jvnet.fastinfoset with parameters of type VocabularyApplicationData Modifier and Type Method Description void
FastInfosetSerializer. setVocabularyApplicationData(VocabularyApplicationData data)
Set the application data to be associated with the serializer vocabulary.
-