public abstract class RawContent extends java.lang.Object implements Value<java.lang.String>, ErrorsHolder
Constructor and Description |
---|
RawContent() |
Modifier and Type | Method and Description |
---|---|
static RawContent |
create(java.lang.String value,
java.util.List<Error> errors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
errors
public static RawContent create(@Nullable java.lang.String value, java.util.List<Error> errors)