Class Any

java.lang.Object
org.wildfly.clustering.marshalling.protostream.Any
All Implemented Interfaces:
Supplier<Object>

public class Any extends Object implements Supplier<Object>
A wrapper for an arbitrary object.
Author:
Paul Ferraro
  • Field Details

    • NULL

      public static final Any NULL
      Specifies a null value
  • Method Details