Uses of Interface
org.jboss.marshalling.ClassTable.Writer
-
Packages that use ClassTable.Writer Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.river The River protocol implementation package. -
-
Uses of ClassTable.Writer in org.jboss.marshalling
Classes in org.jboss.marshalling that implement ClassTable.Writer Modifier and Type Class Description classByteWriterA writer for class or object tables which simply writes a flat sequence of bytes.private static classModularClassTable.ClassWriterprivate static classModularClassTable.ProxyWriterFields in org.jboss.marshalling declared as ClassTable.Writer Modifier and Type Field Description private static ClassTable.WriterModularClassTable. CLASS_WRITERprivate static ClassTable.WriterModularClassTable. PROXY_WRITERFields in org.jboss.marshalling with type parameters of type ClassTable.Writer Modifier and Type Field Description private java.util.List<Pair<ClassTable,ClassTable.Writer>>ChainingClassTable. writersMethods in org.jboss.marshalling that return ClassTable.Writer Modifier and Type Method Description ClassTable.WriterChainingClassTable. getClassWriter(java.lang.Class<?> clazz)Determine whether the given class reference is a valid predefined reference.ClassTable.WriterClassTable. getClassWriter(java.lang.Class<?> clazz)Determine whether the given class reference is a valid predefined reference.ClassTable.WriterModularClassTable. getClassWriter(java.lang.Class<?> clazz)Determine whether the given class reference is a valid predefined reference.Methods in org.jboss.marshalling that return types with arguments of type ClassTable.Writer Modifier and Type Method Description private static Pair<ClassTable,ClassTable.Writer>ChainingClassTable. pair(ClassTable classTable, ClassTable.Writer writer)Methods in org.jboss.marshalling with parameters of type ClassTable.Writer Modifier and Type Method Description private static Pair<ClassTable,ClassTable.Writer>ChainingClassTable. pair(ClassTable classTable, ClassTable.Writer writer) -
Uses of ClassTable.Writer in org.jboss.marshalling.river
Methods in org.jboss.marshalling.river with parameters of type ClassTable.Writer Modifier and Type Method Description private voidRiverMarshaller. writeClassTableData(java.lang.Class<?> objClass, ClassTable.Writer classTableWriter)
-