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 VocabularyApplicationDataEncoder. _vDataThe vocabulary application data that is used by the encoderMethods in com.sun.xml.fastinfoset that return VocabularyApplicationData Modifier and Type Method Description VocabularyApplicationDataEncoder. 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 voidEncoder. 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 VocabularyApplicationDataFastInfosetSerializer. 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 voidFastInfosetSerializer. setVocabularyApplicationData(VocabularyApplicationData data)Set the application data to be associated with the serializer vocabulary.
-