Uses of Class
org.wildfly.clustering.marshalling.protostream.FunctionalFieldSetMarshaller
-
Packages that use FunctionalFieldSetMarshaller Package Description org.wildfly.clustering.marshalling.protostream org.wildfly.clustering.marshalling.protostream.util -
-
Uses of FunctionalFieldSetMarshaller in org.wildfly.clustering.marshalling.protostream
Subclasses of FunctionalFieldSetMarshaller in org.wildfly.clustering.marshalling.protostream Modifier and Type Class Description classProtoStreamBuilderFieldSetMarshaller<T,B extends ProtoStreamBuilder<T>>Marshaller for an object whose fields are marshalled via aFieldSetMarshallerand constructed via aProtoStreamBuilder.classSimpleFieldSetMarshaller<T>Marshaller for an object whose fields are marshalled via aFieldSetMarshallerwhose construction is sufficiently simple as to not require a separate builder. -
Uses of FunctionalFieldSetMarshaller in org.wildfly.clustering.marshalling.protostream.util
Subclasses of FunctionalFieldSetMarshaller in org.wildfly.clustering.marshalling.protostream.util Modifier and Type Class Description classEnumSetMarshaller<E extends Enum<E>>Marshaller for anEnumSet.
-