public ReflectionReader(ReflectionModelReader modelReader, Options options) { this.modelReader = modelReader; this.options = options; }
public ReflectionReader(ReflectionModelReader modelReader) { this.modelReader = modelReader; }