Uses of Interface
org.wildfly.clustering.marshalling.protostream.FieldMarshaller
-
Packages that use FieldMarshaller Package Description org.wildfly.clustering.marshalling.protostream -
-
Uses of FieldMarshaller in org.wildfly.clustering.marshalling.protostream
Classes in org.wildfly.clustering.marshalling.protostream that implement FieldMarshaller Modifier and Type Class Description classLoadedClassFieldA class field that marshals instances ofClassusing aClassLoaderMarshaller.classScalarFieldMarshaller<T>A field marshaller based on a scaler marshaller.classTypedArrayMarshallerMarshaller for an Object array, using a repeated element field.classTypedEnumMarshaller<E extends Enum<E>>Marshaller for a typed enumeration.classTypedObjectMarshallerMarshaller for a typed object.Methods in org.wildfly.clustering.marshalling.protostream that return FieldMarshaller Modifier and Type Method Description FieldMarshaller<Object>AnyField. getMarshaller()FieldMarshaller<Class<?>>ClassField. getMarshaller()FieldMarshaller<T>Field. getMarshaller()Returns the marshaller for this field.FieldMarshaller<Class<?>>LoadedClassField. getMarshaller()
-