public class GenericDocumentWrapper
Base class for strongly-typed GenericDocument wrappers
public GenericDocumentWrapper(@NotNull
GenericDocument document)
Base class for strongly-typed GenericDocument wrappers
@Nullable protected java.lang.String getRequiredDocumentType()
The required type of the wrapped document. Null if this wrapper can wrap more than one type of document
@NotNull public GenericDocument getDocument()