JSONConfig.withDocument constructor

JSONConfig.withDocument(
  1. JSONConfigDocument doc
)

Implementation

JSONConfig.withDocument(JSONConfigDocument doc) : super(null) {
  setDocument(doc);
}